Html Css Color HEX #06028B Dark Blue

📋 copy color: '#06028B'

red 6 ◦ green 2 ◦ blue 139

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

Shades of Dark Blue #06028B

Tints of Dark Blue #06028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 94.56%

R = 4.08%
G = 1.36%
B = 94.56%

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

#06028B (or 0x06028B) is known color: Dark Blue. HEX triplet: 06, 02 and 8B. RGB value is (6,2,139). Sum of RGB (Red+Green+Blue) = 6+2+139=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 139 (54.69% from 255 or 94.56% from 147); Max value from RGB is 139 - color contains mainly: blue. Hex color #06028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06028B is #F9FD74. Grayscale: #121212. Windows color (decimal): -16383349 or 9110022. OLE color: 9110022.

HSL color Cylindrical-coordinate representation of color #06028B: hue angle of 241.75º 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 #06028B is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 2 139 -
CMYK 0.96 0.99 0 0.45
HSL 241.75º 0.97% 0.28% -
HSV(B) 241.75º 0.99% 0.55% -
XYZ 4.76 1.95 24.55 -
YUV 18.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 6 2 139 0.96 0.99 0 0.45 241.75 0.97 0.28
Hex 6 2 8B 60 63 0 2D F2 61 1C
Octal 6 2 213 140 143 0 55 362 141 34
Binary 110 10 10001011 1100000 1100011 0 101101 11110010 1100001 11100

Color Harmonies of #06028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06028B

Black with #06028B

Text Example


Text Example

White with #06028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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