Html Css Color HEX #06028C Dark Blue

📋 copy color: '#06028C'

red 6 ◦ green 2 ◦ blue 140

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

Shades of Dark Blue #06028C

Tints of Dark Blue #06028C

RGB

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

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

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

R = 4.05%
G = 1.35%
B = 94.59%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06028C (or 0x06028C) is known color: Dark Blue. HEX triplet: 06, 02 and 8C. RGB value is (6,2,140). Sum of RGB (Red+Green+Blue) = 6+2+140=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 140 (55.08% from 255 or 94.59% from 148); Max value from RGB is 140 - color contains mainly: blue. Hex color #06028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06028C is #F9FD73. Grayscale: #121212. Windows color (decimal): -16383348 or 9175558. OLE color: 9175558.

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

Color convert

RGB 6 2 140 -
CMYK 0.96 0.99 0 0.45
HSL 241.74º 0.97% 0.28% -
HSV(B) 241.74º 0.99% 0.55% -
XYZ 4.83 1.98 24.94 -
YUV 18.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 6 2 140 0.96 0.99 0 0.45 241.74 0.97 0.28
Hex 6 2 8C 60 63 0 2D F2 61 1C
Octal 6 2 214 140 143 0 55 362 141 34
Binary 110 10 10001100 1100000 1100011 0 101101 11110010 1100001 11100

Color Harmonies of #06028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06028C

Black with #06028C

Text Example


Text Example

White with #06028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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