Html Css Color HEX #030592 Dark Blue

📋 copy color: '#030592'

red 3 ◦ green 5 ◦ blue 146

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

Shades of Dark Blue #030592

Tints of Dark Blue #030592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

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

R = 1.95%
G = 3.25%
B = 94.81%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030592 (or 0x030592) is known color: Dark Blue. HEX triplet: 03, 05 and 92. RGB value is (3,5,146). Sum of RGB (Red+Green+Blue) = 3+5+146=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 146 (57.42% from 255 or 94.81% from 154); Max value from RGB is 146 - color contains mainly: blue. Hex color #030592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030592 is #FCFA6D. Grayscale: #131313. Windows color (decimal): -16579182 or 9569539. OLE color: 9569539.

HSL color Cylindrical-coordinate representation of color #030592: hue angle of 239.16º 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 #030592 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 5 146 -
CMYK 0.98 0.97 0 0.43
HSL 239.16º 0.96% 0.29% -
HSV(B) 239.16º 0.98% 0.57% -
XYZ 5.28 2.2 27.34 -
YUV 20.48 198.84 115.54 -
System Red Green Blue C M Y K H S L
Decimal 3 5 146 0.98 0.97 0 0.43 239.16 0.96 0.29
Hex 3 5 92 62 61 0 2B EF 60 1D
Octal 3 5 222 142 141 0 53 357 140 35
Binary 11 101 10010010 1100010 1100001 0 101011 11101111 1100000 11101

Color Harmonies of #030592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030592

Black with #030592

Text Example


Text Example

White with #030592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030592; }

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

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

background-color css

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

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

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

border-color css

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

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

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