Html Css Color HEX #060091 Dark Blue

📋 copy color: '#060091'

red 6 ◦ green 0 ◦ blue 145

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

Shades of Dark Blue #060091

Tints of Dark Blue #060091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 96.03%

R = 3.97%
G = 0%
B = 96.03%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#060091 (or 0x060091) is known color: Dark Blue. HEX triplet: 06, 00 and 91. RGB value is (6,0,145). Sum of RGB (Red+Green+Blue) = 6+0+145=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 145 (57.03% from 255 or 96.03% from 151); Max value from RGB is 145 - color contains mainly: blue. Hex color #060091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060091 is #F9FF6E. Grayscale: #111111. Windows color (decimal): -16383855 or 9502726. OLE color: 9502726.

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

Color convert

RGB 6 0 145 -
CMYK 0.96 1 0 0.43
HSL 242.48º 1% 0.28% -
HSV(B) 242.48º 1% 0.57% -
XYZ 5.19 2.08 26.92 -
YUV 18.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 6 0 145 0.96 1 0 0.43 242.48 1 0.28
Hex 6 0 91 60 64 0 2B F2 64 1C
Octal 6 0 221 140 144 0 53 362 144 34
Binary 110 0 10010001 1100000 1100100 0 101011 11110010 1100100 11100

Color Harmonies of #060091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060091

Black with #060091

Text Example


Text Example

White with #060091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060091; }

 p { color: rgb(6,0,145); }

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

background-color css

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

 a { background-color: rgb(6,0,145); }

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

border-color css

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

 span { border-color: rgb(6,0,145); }

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