Html Css Color HEX #0F0270 Navy

📋 copy color: '#0F0270'

red 15 ◦ green 2 ◦ blue 112

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

Shades of Navy #0F0270

Tints of Navy #0F0270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 86.82%

R = 11.63%
G = 1.55%
B = 86.82%

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

#0F0270 (or 0x0F0270) is known color: Navy. HEX triplet: 0F, 02 and 70. RGB value is (15,2,112). Sum of RGB (Red+Green+Blue) = 15+2+112=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F0270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0270 is #F0FD8F. Grayscale: #121212. Windows color (decimal): -15793552 or 7340559. OLE color: 7340559.

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

Color convert

RGB 15 2 112 -
CMYK 0.87 0.98 0 0.56
HSL 247.09º 0.96% 0.22% -
HSV(B) 247.09º 0.98% 0.44% -
XYZ 3.14 1.31 15.42 -
YUV 18.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 15 2 112 0.87 0.98 0 0.56 247.09 0.96 0.22
Hex F 2 70 57 62 0 38 F7 60 16
Octal 17 2 160 127 142 0 70 367 140 26
Binary 1111 10 1110000 1010111 1100010 0 111000 11110111 1100000 10110

Color Harmonies of #0F0270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0270

Black with #0F0270

Text Example


Text Example

White with #0F0270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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