Html Css Color HEX #0F187D Midnight Blue

📋 copy color: '#0F187D'

red 15 ◦ green 24 ◦ blue 125

#0F187D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0F187D

Tints of Midnight Blue #0F187D

RGB

 RED value IS 15 (6.25% from 255) = 9.15%

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 125 (49.22% from 255) = 76.22%

R = 9.15%
G = 14.63%
B = 76.22%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F187D (or 0x0F187D) is known color: Midnight Blue. HEX triplet: 0F, 18 and 7D. RGB value is (15,24,125). Sum of RGB (Red+Green+Blue) = 15+24+125=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F187D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F187D is #F0E782. Grayscale: #202020. Windows color (decimal): -15787907 or 8198159. OLE color: 8198159.

HSL color Cylindrical-coordinate representation of color #0F187D: hue angle of 235.09º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F187D is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 24 125 -
CMYK 0.88 0.81 0 0.51
HSL 235.09º 0.79% 0.27% -
HSV(B) 235.09º 0.88% 0.49% -
XYZ 4.23 2.24 19.61 -
YUV 32.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 15 24 125 0.88 0.81 0 0.51 235.09 0.79 0.27
Hex F 18 7D 58 51 0 33 EB 4F 1B
Octal 17 30 175 130 121 0 63 353 117 33
Binary 1111 11000 1111101 1011000 1010001 0 110011 11101011 1001111 11011

Color Harmonies of #0F187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F187D

Black with #0F187D

Text Example


Text Example

White with #0F187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F187D; }

 p { color: rgb(15,24,125); }

 H1.HeaderClassName
 {
   color: #0F187D;
 }
 .AnyTagClassName
 {
   color: #0F187D;
 }
</style>

background-color css

<style>
 a { background-color: #0F187D; }

 a { background-color: rgb(15,24,125); }

 div.DivClassName
 {
   background-color: #0F187D;
 }
 .BgClassName
 {
   background-color: #0F187D;
 }
</style>

border-color css

<style>
 span { border-color: #0F187D; }

 span { border-color: rgb(15,24,125); }

 td.TdClassName
 {
   border-color: #0F187D;
 }
 .TagClassName
 {
   border-color: #0F187D;
 }
</style>