Html Css Color HEX #0F006A Navy

📋 copy color: '#0F006A'

red 15 ◦ green 0 ◦ blue 106

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

Shades of Navy #0F006A

Tints of Navy #0F006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 87.6%

R = 12.4%
G = 0%
B = 87.6%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F006A (or 0x0F006A) is known color: Navy. HEX triplet: 0F, 00 and 6A. RGB value is (15,0,106). Sum of RGB (Red+Green+Blue) = 15+0+106=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F006A is #F0FF95. Grayscale: #101010. Windows color (decimal): -15794070 or 6946831. OLE color: 6946831.

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

Color convert

RGB 15 0 106 -
CMYK 0.86 1 0 0.58
HSL 248.49º 1% 0.21% -
HSV(B) 248.49º 1% 0.42% -
XYZ 2.8 1.14 13.71 -
YUV 16.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 15 0 106 0.86 1 0 0.58 248.49 1 0.21
Hex F 0 6A 56 64 0 3A F8 64 15
Octal 17 0 152 126 144 0 72 370 144 25
Binary 1111 0 1101010 1010110 1100100 0 111010 11111000 1100100 10101

Color Harmonies of #0F006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F006A

Black with #0F006A

Text Example


Text Example

White with #0F006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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