Html Css Color HEX #0F0279 Navy

📋 copy color: '#0F0279'

red 15 ◦ green 2 ◦ blue 121

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

Shades of Navy #0F0279

Tints of Navy #0F0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 121 (47.66% from 255) = 87.68%

R = 10.87%
G = 1.45%
B = 87.68%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F0279 (or 0x0F0279) is known color: Navy. HEX triplet: 0F, 02 and 79. RGB value is (15,2,121). Sum of RGB (Red+Green+Blue) = 15+2+121=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 121 (47.66% from 255 or 87.68% from 138); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F0279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0279 is #F0FD86. Grayscale: #121212. Windows color (decimal): -15793543 or 7930383. OLE color: 7930383.

HSL color Cylindrical-coordinate representation of color #0F0279: hue angle of 246.55º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0279 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 2 121 -
CMYK 0.88 0.98 0 0.53
HSL 246.55º 0.97% 0.24% -
HSV(B) 246.55º 0.98% 0.47% -
XYZ 3.67 1.53 18.19 -
YUV 19.45 185.31 124.82 -
System Red Green Blue C M Y K H S L
Decimal 15 2 121 0.88 0.98 0 0.53 246.55 0.97 0.24
Hex F 2 79 58 62 0 35 F7 61 18
Octal 17 2 171 130 142 0 65 367 141 30
Binary 1111 10 1111001 1011000 1100010 0 110101 11110111 1100001 11000

Color Harmonies of #0F0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0279

Black with #0F0279

Text Example


Text Example

White with #0F0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,121); }

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

background-color css

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

 a { background-color: rgb(15,2,121); }

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

border-color css

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

 span { border-color: rgb(15,2,121); }

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