Html Css Color HEX #031889 Dark Blue

📋 copy color: '#031889'

red 3 ◦ green 24 ◦ blue 137

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

Shades of Dark Blue #031889

Tints of Dark Blue #031889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 137 (53.91% from 255) = 83.54%

R = 1.83%
G = 14.63%
B = 83.54%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#031889 (or 0x031889) is known color: Dark Blue. HEX triplet: 03, 18 and 89. RGB value is (3,24,137). Sum of RGB (Red+Green+Blue) = 3+24+137=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #031889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031889 is #FCE776. Grayscale: #1E1E1E. Windows color (decimal): -16574327 or 8984579. OLE color: 8984579.

HSL color Cylindrical-coordinate representation of color #031889: hue angle of 230.6º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031889 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 24 137 -
CMYK 0.98 0.82 0 0.46
HSL 230.6º 0.96% 0.27% -
HSV(B) 230.6º 0.98% 0.54% -
XYZ 4.88 2.48 23.89 -
YUV 30.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 3 24 137 0.98 0.82 0 0.46 230.6 0.96 0.27
Hex 3 18 89 62 52 0 2E E7 60 1B
Octal 3 30 211 142 122 0 56 347 140 33
Binary 11 11000 10001001 1100010 1010010 0 101110 11100111 1100000 11011

Color Harmonies of #031889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031889

Black with #031889

Text Example


Text Example

White with #031889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031889; }

 p { color: rgb(3,24,137); }

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

background-color css

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

 a { background-color: rgb(3,24,137); }

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

border-color css

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

 span { border-color: rgb(3,24,137); }

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