Html Css Color HEX #06028E Dark Blue

📋 copy color: '#06028E'

red 6 ◦ green 2 ◦ blue 142

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

Shades of Dark Blue #06028E

Tints of Dark Blue #06028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 4%
G = 1.33%
B = 94.67%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06028E (or 0x06028E) is known color: Dark Blue. HEX triplet: 06, 02 and 8E. RGB value is (6,2,142). Sum of RGB (Red+Green+Blue) = 6+2+142=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 142 (55.86% from 255 or 94.67% from 150); Max value from RGB is 142 - color contains mainly: blue. Hex color #06028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06028E is #F9FD71. Grayscale: #121212. Windows color (decimal): -16383346 or 9306630. OLE color: 9306630.

HSL color Cylindrical-coordinate representation of color #06028E: hue angle of 241.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06028E is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 2 142 -
CMYK 0.96 0.99 0 0.44
HSL 241.71º 0.97% 0.28% -
HSV(B) 241.71º 0.99% 0.56% -
XYZ 4.98 2.04 25.72 -
YUV 19.16 197.33 118.62 -
System Red Green Blue C M Y K H S L
Decimal 6 2 142 0.96 0.99 0 0.44 241.71 0.97 0.28
Hex 6 2 8E 60 63 0 2C F2 61 1C
Octal 6 2 216 140 143 0 54 362 141 34
Binary 110 10 10001110 1100000 1100011 0 101100 11110010 1100001 11100

Color Harmonies of #06028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06028E

Black with #06028E

Text Example


Text Example

White with #06028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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