Html Css Color HEX #0F187C Midnight Blue

📋 copy color: '#0F187C'

red 15 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #0F187C

Tints of Midnight Blue #0F187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 76.07%

R = 9.2%
G = 14.72%
B = 76.07%

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

#0F187C (or 0x0F187C) is known color: Midnight Blue. HEX triplet: 0F, 18 and 7C. RGB value is (15,24,124). Sum of RGB (Red+Green+Blue) = 15+24+124=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F187C is #F0E783. Grayscale: #202020. Windows color (decimal): -15787908 or 8132623. OLE color: 8132623.

HSL color Cylindrical-coordinate representation of color #0F187C: hue angle of 235.05º degrees, saturation: 0.78, 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 #0F187C is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 24 124 -
CMYK 0.88 0.81 0 0.51
HSL 235.05º 0.78% 0.27% -
HSV(B) 235.05º 0.88% 0.49% -
XYZ 4.16 2.21 19.28 -
YUV 32.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 15 24 124 0.88 0.81 0 0.51 235.05 0.78 0.27
Hex F 18 7C 58 51 0 33 EB 4E 1B
Octal 17 30 174 130 121 0 63 353 116 33
Binary 1111 11000 1111100 1011000 1010001 0 110011 11101011 1001110 11011

Color Harmonies of #0F187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F187C

Black with #0F187C

Text Example


Text Example

White with #0F187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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