Html Css Color HEX #060790 Dark Blue

📋 copy color: '#060790'

red 6 ◦ green 7 ◦ blue 144

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

Shades of Dark Blue #060790

Tints of Dark Blue #060790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 3.82%
G = 4.46%
B = 91.72%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060790 (or 0x060790) is known color: Dark Blue. HEX triplet: 06, 07 and 90. RGB value is (6,7,144). Sum of RGB (Red+Green+Blue) = 6+7+144=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #060790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060790 is #F9F86F. Grayscale: #151515. Windows color (decimal): -16382064 or 9438982. OLE color: 9438982.

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

Color convert

RGB 6 7 144 -
CMYK 0.96 0.95 0 0.44
HSL 239.57º 0.92% 0.29% -
HSV(B) 239.57º 0.96% 0.56% -
XYZ 5.19 2.2 26.54 -
YUV 22.32 196.67 116.36 -
System Red Green Blue C M Y K H S L
Decimal 6 7 144 0.96 0.95 0 0.44 239.57 0.92 0.29
Hex 6 7 90 60 5F 0 2C F0 5C 1D
Octal 6 7 220 140 137 0 54 360 134 35
Binary 110 111 10010000 1100000 1011111 0 101100 11110000 1011100 11101

Color Harmonies of #060790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060790

Black with #060790

Text Example


Text Example

White with #060790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060790; }

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

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

background-color css

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

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

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

border-color css

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

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

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