Html Css Color HEX #06018A Dark Blue

📋 copy color: '#06018A'

red 6 ◦ green 1 ◦ blue 138

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

Shades of Dark Blue #06018A

Tints of Dark Blue #06018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 4.14%
G = 0.69%
B = 95.17%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06018A (or 0x06018A) is known color: Dark Blue. HEX triplet: 06, 01 and 8A. RGB value is (6,1,138). Sum of RGB (Red+Green+Blue) = 6+1+138=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 138 (54.30% from 255 or 95.17% from 145); Max value from RGB is 138 - color contains mainly: blue. Hex color #06018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06018A is #F9FE75. Grayscale: #111111. Windows color (decimal): -16383606 or 9044230. OLE color: 9044230.

HSL color Cylindrical-coordinate representation of color #06018A: hue angle of 242.19º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06018A is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 1 138 -
CMYK 0.96 0.99 0 0.46
HSL 242.19º 0.99% 0.27% -
HSV(B) 242.19º 0.99% 0.54% -
XYZ 4.67 1.9 24.16 -
YUV 18.11 195.66 119.36 -
System Red Green Blue C M Y K H S L
Decimal 6 1 138 0.96 0.99 0 0.46 242.19 0.99 0.27
Hex 6 1 8A 60 63 0 2E F2 63 1B
Octal 6 1 212 140 143 0 56 362 143 33
Binary 110 1 10001010 1100000 1100011 0 101110 11110010 1100011 11011

Color Harmonies of #06018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06018A

Black with #06018A

Text Example


Text Example

White with #06018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06018A; }

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

 H1.HeaderClassName
 {
   color: #06018A;
 }
 .AnyTagClassName
 {
   color: #06018A;
 }
</style>

background-color css

<style>
 a { background-color: #06018A; }

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

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

border-color css

<style>
 span { border-color: #06018A; }

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

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