Html Css Color HEX #031A89 Dark Blue

📋 copy color: '#031A89'

red 3 ◦ green 26 ◦ blue 137

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

Shades of Dark Blue #031A89

Tints of Dark Blue #031A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

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

R = 1.81%
G = 15.66%
B = 82.53%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#031A89 (or 0x031A89) is known color: Dark Blue. HEX triplet: 03, 1A and 89. RGB value is (3,26,137). Sum of RGB (Red+Green+Blue) = 3+26+137=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #031A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A89 is #FCE576. Grayscale: #1F1F1F. Windows color (decimal): -16573815 or 8985091. OLE color: 8985091.

HSL color Cylindrical-coordinate representation of color #031A89: hue angle of 229.7º 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 #031A89 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 26 137 -
CMYK 0.98 0.81 0 0.46
HSL 229.7º 0.96% 0.27% -
HSV(B) 229.7º 0.98% 0.54% -
XYZ 4.92 2.56 23.9 -
YUV 31.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 3 26 137 0.98 0.81 0 0.46 229.7 0.96 0.27
Hex 3 1A 89 62 51 0 2E E6 60 1B
Octal 3 32 211 142 121 0 56 346 140 33
Binary 11 11010 10001001 1100010 1010001 0 101110 11100110 1100000 11011

Color Harmonies of #031A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A89

Black with #031A89

Text Example


Text Example

White with #031A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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