Html Css Color HEX #060992 Dark Blue

📋 copy color: '#060992'

red 6 ◦ green 9 ◦ blue 146

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

Shades of Dark Blue #060992

Tints of Dark Blue #060992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 146 (57.42% from 255) = 90.68%

R = 3.73%
G = 5.59%
B = 90.68%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#060992 (or 0x060992) is known color: Dark Blue. HEX triplet: 06, 09 and 92. RGB value is (6,9,146). Sum of RGB (Red+Green+Blue) = 6+9+146=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #060992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060992 is #F9F66D. Grayscale: #171717. Windows color (decimal): -16381550 or 9570566. OLE color: 9570566.

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

Color convert

RGB 6 9 146 -
CMYK 0.96 0.94 0 0.43
HSL 238.71º 0.92% 0.3% -
HSV(B) 238.71º 0.96% 0.57% -
XYZ 5.36 2.31 27.36 -
YUV 23.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 6 9 146 0.96 0.94 0 0.43 238.71 0.92 0.3
Hex 6 9 92 60 5E 0 2B EF 5C 1E
Octal 6 11 222 140 136 0 53 357 134 36
Binary 110 1001 10010010 1100000 1011110 0 101011 11101111 1011100 11110

Color Harmonies of #060992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060992

Black with #060992

Text Example


Text Example

White with #060992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060992; }

 p { color: rgb(6,9,146); }

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

background-color css

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

 a { background-color: rgb(6,9,146); }

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

border-color css

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

 span { border-color: rgb(6,9,146); }

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