Html Css Color HEX #060369 Navy

📋 copy color: '#060369'

red 6 ◦ green 3 ◦ blue 105

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

Shades of Navy #060369

Tints of Navy #060369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

 BLUE value IS 105 (41.41% from 255) = 92.11%

R = 5.26%
G = 2.63%
B = 92.11%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#060369 (or 0x060369) is known color: Navy. HEX triplet: 06, 03 and 69. RGB value is (6,3,105). Sum of RGB (Red+Green+Blue) = 6+3+105=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #060369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060369 is #F9FC96. Grayscale: #0F0F0F. Windows color (decimal): -16383127 or 6882054. OLE color: 6882054.

HSL color Cylindrical-coordinate representation of color #060369: hue angle of 241.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060369 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 3 105 -
CMYK 0.94 0.97 0 0.59
HSL 241.76º 0.94% 0.21% -
HSV(B) 241.76º 0.97% 0.41% -
XYZ 2.66 1.12 13.44 -
YUV 15.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 6 3 105 0.94 0.97 0 0.59 241.76 0.94 0.21
Hex 6 3 69 5E 61 0 3B F2 5E 15
Octal 6 3 151 136 141 0 73 362 136 25
Binary 110 11 1101001 1011110 1100001 0 111011 11110010 1011110 10101

Color Harmonies of #060369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060369

Black with #060369

Text Example


Text Example

White with #060369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060369; }

 p { color: rgb(6,3,105); }

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

background-color css

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

 a { background-color: rgb(6,3,105); }

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

border-color css

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

 span { border-color: rgb(6,3,105); }

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