Html Css Color HEX #0F006D Navy

📋 copy color: '#0F006D'

red 15 ◦ green 0 ◦ blue 109

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

Shades of Navy #0F006D

Tints of Navy #0F006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 87.9%

R = 12.1%
G = 0%
B = 87.9%

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

#0F006D (or 0x0F006D) is known color: Navy. HEX triplet: 0F, 00 and 6D. RGB value is (15,0,109). Sum of RGB (Red+Green+Blue) = 15+0+109=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F006D is #F0FF92. Grayscale: #101010. Windows color (decimal): -15794067 or 7143439. OLE color: 7143439.

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

Color convert

RGB 15 0 109 -
CMYK 0.86 1 0 0.57
HSL 248.26º 1% 0.21% -
HSV(B) 248.26º 1% 0.43% -
XYZ 2.96 1.21 14.54 -
YUV 16.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 15 0 109 0.86 1 0 0.57 248.26 1 0.21
Hex F 0 6D 56 64 0 39 F8 64 15
Octal 17 0 155 126 144 0 71 370 144 25
Binary 1111 0 1101101 1010110 1100100 0 111001 11111000 1100100 10101

Color Harmonies of #0F006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F006D

Black with #0F006D

Text Example


Text Example

White with #0F006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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