Html Css Color HEX #0F027F Navy

📋 copy color: '#0F027F'

red 15 ◦ green 2 ◦ blue 127

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

Shades of Navy #0F027F

Tints of Navy #0F027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 88.19%

R = 10.42%
G = 1.39%
B = 88.19%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0F027F (or 0x0F027F) is known color: Navy. HEX triplet: 0F, 02 and 7F. RGB value is (15,2,127). Sum of RGB (Red+Green+Blue) = 15+2+127=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F027F is #F0FD80. Grayscale: #131313. Windows color (decimal): -15793537 or 8323599. OLE color: 8323599.

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

Color convert

RGB 15 2 127 -
CMYK 0.88 0.98 0 0.50
HSL 246.24º 0.97% 0.25% -
HSV(B) 246.24º 0.98% 0.5% -
XYZ 4.05 1.68 20.19 -
YUV 20.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 15 2 127 0.88 0.98 0 0.50 246.24 0.97 0.25
Hex F 2 7F 58 62 0 32 F6 61 19
Octal 17 2 177 130 142 0 62 366 141 31
Binary 1111 10 1111111 1011000 1100010 0 110010 11110110 1100001 11001

Color Harmonies of #0F027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F027F

Black with #0F027F

Text Example


Text Example

White with #0F027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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