Html Css Color HEX #060190 Dark Blue

📋 copy color: '#060190'

red 6 ◦ green 1 ◦ blue 144

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

Shades of Dark Blue #060190

Tints of Dark Blue #060190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 95.36%

R = 3.97%
G = 0.66%
B = 95.36%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060190 (or 0x060190) is known color: Dark Blue. HEX triplet: 06, 01 and 90. RGB value is (6,1,144). Sum of RGB (Red+Green+Blue) = 6+1+144=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 144 (56.64% from 255 or 95.36% from 151); Max value from RGB is 144 - color contains mainly: blue. Hex color #060190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060190 is #F9FE6F. Grayscale: #121212. Windows color (decimal): -16383600 or 9437446. OLE color: 9437446.

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

Color convert

RGB 6 1 144 -
CMYK 0.96 0.99 0 0.44
HSL 242.1º 0.99% 0.28% -
HSV(B) 242.1º 0.99% 0.56% -
XYZ 5.12 2.07 26.52 -
YUV 18.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 6 1 144 0.96 0.99 0 0.44 242.1 0.99 0.28
Hex 6 1 90 60 63 0 2C F2 63 1C
Octal 6 1 220 140 143 0 54 362 143 34
Binary 110 1 10010000 1100000 1100011 0 101100 11110010 1100011 11100

Color Harmonies of #060190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060190

Black with #060190

Text Example


Text Example

White with #060190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060190; }

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

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

background-color css

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

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

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

border-color css

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

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

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