Html Css Color HEX #0F0679 Navy

📋 copy color: '#0F0679'

red 15 ◦ green 6 ◦ blue 121

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

Shades of Navy #0F0679

Tints of Navy #0F0679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 121 (47.66% from 255) = 85.21%

R = 10.56%
G = 4.23%
B = 85.21%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F0679 (or 0x0F0679) is known color: Navy. HEX triplet: 0F, 06 and 79. RGB value is (15,6,121). Sum of RGB (Red+Green+Blue) = 15+6+121=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F0679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0679 is #F0F986. Grayscale: #151515. Windows color (decimal): -15792519 or 7931407. OLE color: 7931407.

HSL color Cylindrical-coordinate representation of color #0F0679: hue angle of 244.7º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0679 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 6 121 -
CMYK 0.88 0.95 0 0.53
HSL 244.7º 0.91% 0.25% -
HSV(B) 244.7º 0.95% 0.47% -
XYZ 3.71 1.61 18.2 -
YUV 21.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 15 6 121 0.88 0.95 0 0.53 244.7 0.91 0.25
Hex F 6 79 58 5F 0 35 F5 5B 19
Octal 17 6 171 130 137 0 65 365 133 31
Binary 1111 110 1111001 1011000 1011111 0 110101 11110101 1011011 11001

Color Harmonies of #0F0679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0679

Black with #0F0679

Text Example


Text Example

White with #0F0679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,6,121); }

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

background-color css

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

 a { background-color: rgb(15,6,121); }

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

border-color css

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

 span { border-color: rgb(15,6,121); }

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