Html Css Color HEX #060E8A Dark Blue

📋 copy color: '#060E8A'

red 6 ◦ green 14 ◦ blue 138

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

Shades of Dark Blue #060E8A

Tints of Dark Blue #060E8A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.86%

 BLUE value IS 138 (54.3% from 255) = 87.34%

R = 3.8%
G = 8.86%
B = 87.34%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#060E8A (or 0x060E8A) is known color: Dark Blue. HEX triplet: 06, 0E and 8A. RGB value is (6,14,138). Sum of RGB (Red+Green+Blue) = 6+14+138=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #060E8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060E8A is #F9F175. Grayscale: #191919. Windows color (decimal): -16380278 or 9047558. OLE color: 9047558.

HSL color Cylindrical-coordinate representation of color #060E8A: hue angle of 236.36º 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 #060E8A is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 14 138 -
CMYK 0.96 0.90 0 0.46
HSL 236.36º 0.92% 0.28% -
HSV(B) 236.36º 0.96% 0.54% -
XYZ 4.82 2.19 24.21 -
YUV 25.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 6 14 138 0.96 0.90 0 0.46 236.36 0.92 0.28
Hex 6 E 8A 60 5A 0 2E EC 5C 1C
Octal 6 16 212 140 132 0 56 354 134 34
Binary 110 1110 10001010 1100000 1011010 0 101110 11101100 1011100 11100

Color Harmonies of #060E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E8A

Black with #060E8A

Text Example


Text Example

White with #060E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,138); }

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

background-color css

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

 a { background-color: rgb(6,14,138); }

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

border-color css

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

 span { border-color: rgb(6,14,138); }

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