Html Css Color HEX #0F006E Navy

📋 copy color: '#0F006E'

red 15 ◦ green 0 ◦ blue 110

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

Shades of Navy #0F006E

Tints of Navy #0F006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 88%

R = 12%
G = 0%
B = 88%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F006E (or 0x0F006E) is known color: Navy. HEX triplet: 0F, 00 and 6E. RGB value is (15,0,110). Sum of RGB (Red+Green+Blue) = 15+0+110=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 110 (43.36% from 255 or 88% from 125); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F006E is #F0FF91. Grayscale: #101010. Windows color (decimal): -15794066 or 7208975. OLE color: 7208975.

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

Color convert

RGB 15 0 110 -
CMYK 0.86 1 0 0.57
HSL 248.18º 1% 0.22% -
HSV(B) 248.18º 1% 0.43% -
XYZ 3.01 1.23 14.83 -
YUV 17.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 15 0 110 0.86 1 0 0.57 248.18 1 0.22
Hex F 0 6E 56 64 0 39 F8 64 16
Octal 17 0 156 126 144 0 71 370 144 26
Binary 1111 0 1101110 1010110 1100100 0 111001 11111000 1100100 10110

Color Harmonies of #0F006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F006E

Black with #0F006E

Text Example


Text Example

White with #0F006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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