Html Css Color HEX #060D89 Dark Blue

📋 copy color: '#060D89'

red 6 ◦ green 13 ◦ blue 137

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

Shades of Dark Blue #060D89

Tints of Dark Blue #060D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

 BLUE value IS 137 (53.91% from 255) = 87.82%

R = 3.85%
G = 8.33%
B = 87.82%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#060D89 (or 0x060D89) is known color: Dark Blue. HEX triplet: 06, 0D and 89. RGB value is (6,13,137). Sum of RGB (Red+Green+Blue) = 6+13+137=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #060D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D89 is #F9F276. Grayscale: #181818. Windows color (decimal): -16380535 or 8981766. OLE color: 8981766.

HSL color Cylindrical-coordinate representation of color #060D89: hue angle of 236.79º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060D89 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 13 137 -
CMYK 0.96 0.91 0 0.46
HSL 236.79º 0.92% 0.28% -
HSV(B) 236.79º 0.96% 0.54% -
XYZ 4.73 2.13 23.83 -
YUV 25.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 6 13 137 0.96 0.91 0 0.46 236.79 0.92 0.28
Hex 6 D 89 60 5B 0 2E ED 5C 1C
Octal 6 15 211 140 133 0 56 355 134 34
Binary 110 1101 10001001 1100000 1011011 0 101110 11101101 1011100 11100

Color Harmonies of #060D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D89

Black with #060D89

Text Example


Text Example

White with #060D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,13,137); }

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

background-color css

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

 a { background-color: rgb(6,13,137); }

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

border-color css

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

 span { border-color: rgb(6,13,137); }

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