Html Css Color HEX #060188 Dark Blue

📋 copy color: '#060188'

red 6 ◦ green 1 ◦ blue 136

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

Shades of Dark Blue #060188

Tints of Dark Blue #060188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 95.1%

R = 4.2%
G = 0.7%
B = 95.1%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#060188 (or 0x060188) is known color: Dark Blue. HEX triplet: 06, 01 and 88. RGB value is (6,1,136). Sum of RGB (Red+Green+Blue) = 6+1+136=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 136 (53.52% from 255 or 95.10% from 143); Max value from RGB is 136 - color contains mainly: blue. Hex color #060188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060188 is #F9FE77. Grayscale: #111111. Windows color (decimal): -16383608 or 8913158. OLE color: 8913158.

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

Color convert

RGB 6 1 136 -
CMYK 0.96 0.99 0 0.47
HSL 242.22º 0.99% 0.27% -
HSV(B) 242.22º 0.99% 0.53% -
XYZ 4.53 1.84 23.41 -
YUV 17.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 6 1 136 0.96 0.99 0 0.47 242.22 0.99 0.27
Hex 6 1 88 60 63 0 2F F2 63 1B
Octal 6 1 210 140 143 0 57 362 143 33
Binary 110 1 10001000 1100000 1100011 0 101111 11110010 1100011 11011

Color Harmonies of #060188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060188

Black with #060188

Text Example


Text Example

White with #060188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060188; }

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

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

background-color css

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

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

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

border-color css

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

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

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