Html Css Color HEX #06018B Dark Blue

📋 copy color: '#06018B'

red 6 ◦ green 1 ◦ blue 139

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

Shades of Dark Blue #06018B

Tints of Dark Blue #06018B

RGB

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

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

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

R = 4.11%
G = 0.68%
B = 95.21%

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

#06018B (or 0x06018B) is known color: Dark Blue. HEX triplet: 06, 01 and 8B. RGB value is (6,1,139). Sum of RGB (Red+Green+Blue) = 6+1+139=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 139 (54.69% from 255 or 95.21% from 146); Max value from RGB is 139 - color contains mainly: blue. Hex color #06018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06018B is #F9FE74. Grayscale: #111111. Windows color (decimal): -16383605 or 9109766. OLE color: 9109766.

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

Color convert

RGB 6 1 139 -
CMYK 0.96 0.99 0 0.45
HSL 242.17º 0.99% 0.27% -
HSV(B) 242.17º 0.99% 0.55% -
XYZ 4.75 1.92 24.55 -
YUV 18.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 6 1 139 0.96 0.99 0 0.45 242.17 0.99 0.27
Hex 6 1 8B 60 63 0 2D F2 63 1B
Octal 6 1 213 140 143 0 55 362 143 33
Binary 110 1 10001011 1100000 1100011 0 101101 11110010 1100011 11011

Color Harmonies of #06018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06018B

Black with #06018B

Text Example


Text Example

White with #06018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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