Html Css Color HEX #031289 Dark Blue

📋 copy color: '#031289'

red 3 ◦ green 18 ◦ blue 137

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

Shades of Dark Blue #031289

Tints of Dark Blue #031289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

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

R = 1.9%
G = 11.39%
B = 86.71%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#031289 (or 0x031289) is known color: Dark Blue. HEX triplet: 03, 12 and 89. RGB value is (3,18,137). Sum of RGB (Red+Green+Blue) = 3+18+137=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 137 (53.91% from 255 or 86.71% from 158); Max value from RGB is 137 - color contains mainly: blue. Hex color #031289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031289 is #FCED76. Grayscale: #1A1A1A. Windows color (decimal): -16575863 or 8983043. OLE color: 8983043.

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

Color convert

RGB 3 18 137 -
CMYK 0.98 0.87 0 0.46
HSL 233.28º 0.96% 0.27% -
HSV(B) 233.28º 0.98% 0.54% -
XYZ 4.77 2.26 23.85 -
YUV 27.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 3 18 137 0.98 0.87 0 0.46 233.28 0.96 0.27
Hex 3 12 89 62 57 0 2E E9 60 1B
Octal 3 22 211 142 127 0 56 351 140 33
Binary 11 10010 10001001 1100010 1010111 0 101110 11101001 1100000 11011

Color Harmonies of #031289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031289

Black with #031289

Text Example


Text Example

White with #031289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031289; }

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

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

background-color css

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

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

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

border-color css

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

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

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