Html Css Color HEX #030992 Dark Blue

📋 copy color: '#030992'

red 3 ◦ green 9 ◦ blue 146

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

Shades of Dark Blue #030992

Tints of Dark Blue #030992

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

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

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

R = 1.9%
G = 5.7%
B = 92.41%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030992 (or 0x030992) is known color: Dark Blue. HEX triplet: 03, 09 and 92. RGB value is (3,9,146). Sum of RGB (Red+Green+Blue) = 3+9+146=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #030992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030992 is #FCF66D. Grayscale: #161616. Windows color (decimal): -16578158 or 9570563. OLE color: 9570563.

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

Color convert

RGB 3 9 146 -
CMYK 0.98 0.94 0 0.43
HSL 237.48º 0.96% 0.29% -
HSV(B) 237.48º 0.98% 0.57% -
XYZ 5.32 2.29 27.36 -
YUV 22.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 3 9 146 0.98 0.94 0 0.43 237.48 0.96 0.29
Hex 3 9 92 62 5E 0 2B ED 60 1D
Octal 3 11 222 142 136 0 53 355 140 35
Binary 11 1001 10010010 1100010 1011110 0 101011 11101101 1100000 11101

Color Harmonies of #030992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030992

Black with #030992

Text Example


Text Example

White with #030992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030992; }

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

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

background-color css

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

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

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

border-color css

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

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

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