Html Css Color HEX #060B8E Dark Blue

📋 copy color: '#060B8E'

red 6 ◦ green 11 ◦ blue 142

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

Shades of Dark Blue #060B8E

Tints of Dark Blue #060B8E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

 BLUE value IS 142 (55.86% from 255) = 89.31%

R = 3.77%
G = 6.92%
B = 89.31%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060B8E (or 0x060B8E) is known color: Dark Blue. HEX triplet: 06, 0B and 8E. RGB value is (6,11,142). Sum of RGB (Red+Green+Blue) = 6+11+142=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #060B8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060B8E is #F9F471. Grayscale: #171717. Windows color (decimal): -16381042 or 9308934. OLE color: 9308934.

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

Color convert

RGB 6 11 142 -
CMYK 0.96 0.92 0 0.44
HSL 237.79º 0.92% 0.29% -
HSV(B) 237.79º 0.96% 0.56% -
XYZ 5.08 2.23 25.75 -
YUV 24.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 6 11 142 0.96 0.92 0 0.44 237.79 0.92 0.29
Hex 6 B 8E 60 5C 0 2C EE 5C 1D
Octal 6 13 216 140 134 0 54 356 134 35
Binary 110 1011 10001110 1100000 1011100 0 101100 11101110 1011100 11101

Color Harmonies of #060B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B8E

Black with #060B8E

Text Example


Text Example

White with #060B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,11,142); }

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

background-color css

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

 a { background-color: rgb(6,11,142); }

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

border-color css

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

 span { border-color: rgb(6,11,142); }

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