Html Css Color HEX #060F81 Navy

📋 copy color: '#060F81'

red 6 ◦ green 15 ◦ blue 129

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

Shades of Navy #060F81

Tints of Navy #060F81

RGB

 RED value IS 6 (2.73% from 255) = 4%

 GREEN value IS 15 (6.25% from 255) = 10%

 BLUE value IS 129 (50.78% from 255) = 86%

R = 4%
G = 10%
B = 86%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#060F81 (or 0x060F81) is known color: Navy. HEX triplet: 06, 0F and 81. RGB value is (6,15,129). Sum of RGB (Red+Green+Blue) = 6+15+129=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #060F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F81 is #F9F07E. Grayscale: #181818. Windows color (decimal): -16380031 or 8457990. OLE color: 8457990.

HSL color Cylindrical-coordinate representation of color #060F81: hue angle of 235.61º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060F81 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 15 129 -
CMYK 0.95 0.88 0 0.49
HSL 235.61º 0.91% 0.26% -
HSV(B) 235.61º 0.95% 0.51% -
XYZ 4.21 1.97 20.93 -
YUV 25.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 6 15 129 0.95 0.88 0 0.49 235.61 0.91 0.26
Hex 6 F 81 5F 58 0 31 EC 5B 1A
Octal 6 17 201 137 130 0 61 354 133 32
Binary 110 1111 10000001 1011111 1011000 0 110001 11101100 1011011 11010

Color Harmonies of #060F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F81

Black with #060F81

Text Example


Text Example

White with #060F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060F81; }

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

 H1.HeaderClassName
 {
   color: #060F81;
 }
 .AnyTagClassName
 {
   color: #060F81;
 }
</style>

background-color css

<style>
 a { background-color: #060F81; }

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

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

border-color css

<style>
 span { border-color: #060F81; }

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

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