Html Css Color HEX #060D8C Dark Blue

📋 copy color: '#060D8C'

red 6 ◦ green 13 ◦ blue 140

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

Shades of Dark Blue #060D8C

Tints of Dark Blue #060D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 88.05%

R = 3.77%
G = 8.18%
B = 88.05%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#060D8C (or 0x060D8C) is known color: Dark Blue. HEX triplet: 06, 0D and 8C. RGB value is (6,13,140). Sum of RGB (Red+Green+Blue) = 6+13+140=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #060D8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D8C is #F9F273. Grayscale: #181818. Windows color (decimal): -16380532 or 9178374. OLE color: 9178374.

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

Color convert

RGB 6 13 140 -
CMYK 0.96 0.91 0 0.45
HSL 236.87º 0.92% 0.29% -
HSV(B) 236.87º 0.96% 0.55% -
XYZ 4.95 2.22 24.98 -
YUV 25.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 6 13 140 0.96 0.91 0 0.45 236.87 0.92 0.29
Hex 6 D 8C 60 5B 0 2D ED 5C 1D
Octal 6 15 214 140 133 0 55 355 134 35
Binary 110 1101 10001100 1100000 1011011 0 101101 11101101 1011100 11101

Color Harmonies of #060D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D8C

Black with #060D8C

Text Example


Text Example

White with #060D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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