Html Css Color HEX #031089 Dark Blue

📋 copy color: '#031089'

red 3 ◦ green 16 ◦ blue 137

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

Shades of Dark Blue #031089

Tints of Dark Blue #031089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

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

R = 1.92%
G = 10.26%
B = 87.82%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#031089 (or 0x031089) is known color: Dark Blue. HEX triplet: 03, 10 and 89. RGB value is (3,16,137). Sum of RGB (Red+Green+Blue) = 3+16+137=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #031089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031089 is #FCEF76. Grayscale: #191919. Windows color (decimal): -16576375 or 8982531. OLE color: 8982531.

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

Color convert

RGB 3 16 137 -
CMYK 0.98 0.88 0 0.46
HSL 234.18º 0.96% 0.27% -
HSV(B) 234.18º 0.98% 0.54% -
XYZ 4.74 2.2 23.84 -
YUV 25.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 3 16 137 0.98 0.88 0 0.46 234.18 0.96 0.27
Hex 3 10 89 62 58 0 2E EA 60 1B
Octal 3 20 211 142 130 0 56 352 140 33
Binary 11 10000 10001001 1100010 1011000 0 101110 11101010 1100000 11011

Color Harmonies of #031089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031089

Black with #031089

Text Example


Text Example

White with #031089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031089; }

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

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

background-color css

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

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

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

border-color css

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

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

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