Html Css Color HEX #0F066E Midnight Blue

📋 copy color: '#0F066E'

red 15 ◦ green 6 ◦ blue 110

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

Shades of Midnight Blue #0F066E

Tints of Midnight Blue #0F066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.58%

 BLUE value IS 110 (43.36% from 255) = 83.97%

R = 11.45%
G = 4.58%
B = 83.97%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F066E (or 0x0F066E) is known color: Midnight Blue. HEX triplet: 0F, 06 and 6E. RGB value is (15,6,110). Sum of RGB (Red+Green+Blue) = 15+6+110=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F066E is #F0F991. Grayscale: #141414. Windows color (decimal): -15792530 or 7210511. OLE color: 7210511.

HSL color Cylindrical-coordinate representation of color #0F066E: hue angle of 245.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F066E is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 6 110 -
CMYK 0.86 0.95 0 0.57
HSL 245.19º 0.9% 0.23% -
HSV(B) 245.19º 0.95% 0.43% -
XYZ 3.08 1.36 14.85 -
YUV 20.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 15 6 110 0.86 0.95 0 0.57 245.19 0.9 0.23
Hex F 6 6E 56 5F 0 39 F5 5A 17
Octal 17 6 156 126 137 0 71 365 132 27
Binary 1111 110 1101110 1010110 1011111 0 111001 11110101 1011010 10111

Color Harmonies of #0F066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F066E

Black with #0F066E

Text Example


Text Example

White with #0F066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,6,110); }

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

background-color css

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

 a { background-color: rgb(15,6,110); }

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

border-color css

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

 span { border-color: rgb(15,6,110); }

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