Html Css Color HEX #0F0271 Navy

📋 copy color: '#0F0271'

red 15 ◦ green 2 ◦ blue 113

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

Shades of Navy #0F0271

Tints of Navy #0F0271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 86.92%

R = 11.54%
G = 1.54%
B = 86.92%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F0271 (or 0x0F0271) is known color: Navy. HEX triplet: 0F, 02 and 71. RGB value is (15,2,113). Sum of RGB (Red+Green+Blue) = 15+2+113=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F0271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0271 is #F0FD8E. Grayscale: #121212. Windows color (decimal): -15793551 or 7406095. OLE color: 7406095.

HSL color Cylindrical-coordinate representation of color #0F0271: hue angle of 247.03º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0271 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 2 113 -
CMYK 0.87 0.98 0 0.56
HSL 247.03º 0.97% 0.23% -
HSV(B) 247.03º 0.98% 0.44% -
XYZ 3.2 1.34 15.71 -
YUV 18.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 15 2 113 0.87 0.98 0 0.56 247.03 0.97 0.23
Hex F 2 71 57 62 0 38 F7 61 17
Octal 17 2 161 127 142 0 70 367 141 27
Binary 1111 10 1110001 1010111 1100010 0 111000 11110111 1100001 10111

Color Harmonies of #0F0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0271

Black with #0F0271

Text Example


Text Example

White with #0F0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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