Html Css Color HEX #0F0072 Navy

📋 copy color: '#0F0072'

red 15 ◦ green 0 ◦ blue 114

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

Shades of Navy #0F0072

Tints of Navy #0F0072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 88.37%

R = 11.63%
G = 0%
B = 88.37%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F0072 (or 0x0F0072) is known color: Navy. HEX triplet: 0F, 00 and 72. RGB value is (15,0,114). Sum of RGB (Red+Green+Blue) = 15+0+114=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 114 (44.92% from 255 or 88.37% from 129); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F0072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0072 is #F0FF8D. Grayscale: #111111. Windows color (decimal): -15794062 or 7471119. OLE color: 7471119.

HSL color Cylindrical-coordinate representation of color #0F0072: hue angle of 247.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0072 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 0 114 -
CMYK 0.87 1 0 0.55
HSL 247.89º 1% 0.22% -
HSV(B) 247.89º 1% 0.45% -
XYZ 3.23 1.32 16 -
YUV 17.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 15 0 114 0.87 1 0 0.55 247.89 1 0.22
Hex F 0 72 57 64 0 37 F8 64 16
Octal 17 0 162 127 144 0 67 370 144 26
Binary 1111 0 1110010 1010111 1100100 0 110111 11111000 1100100 10110

Color Harmonies of #0F0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0072

Black with #0F0072

Text Example


Text Example

White with #0F0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,0,114); }

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

background-color css

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

 a { background-color: rgb(15,0,114); }

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

border-color css

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

 span { border-color: rgb(15,0,114); }

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