Html Css Color HEX #0F047E Navy

📋 copy color: '#0F047E'

red 15 ◦ green 4 ◦ blue 126

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

Shades of Navy #0F047E

Tints of Navy #0F047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

 BLUE value IS 126 (49.61% from 255) = 86.9%

R = 10.34%
G = 2.76%
B = 86.9%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F047E (or 0x0F047E) is known color: Navy. HEX triplet: 0F, 04 and 7E. RGB value is (15,4,126). Sum of RGB (Red+Green+Blue) = 15+4+126=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F047E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F047E is #F0FB81. Grayscale: #141414. Windows color (decimal): -15793026 or 8258575. OLE color: 8258575.

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

Color convert

RGB 15 4 126 -
CMYK 0.88 0.97 0 0.51
HSL 245.41º 0.94% 0.25% -
HSV(B) 245.41º 0.97% 0.49% -
XYZ 4.01 1.69 19.85 -
YUV 21.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 15 4 126 0.88 0.97 0 0.51 245.41 0.94 0.25
Hex F 4 7E 58 61 0 33 F5 5E 19
Octal 17 4 176 130 141 0 63 365 136 31
Binary 1111 100 1111110 1011000 1100001 0 110011 11110101 1011110 11001

Color Harmonies of #0F047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F047E

Black with #0F047E

Text Example


Text Example

White with #0F047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,126); }

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

background-color css

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

 a { background-color: rgb(15,4,126); }

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

border-color css

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

 span { border-color: rgb(15,4,126); }

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