Html Css Color HEX #031591 Ultramarine

📋 copy color: '#031591'

red 3 ◦ green 21 ◦ blue 145

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

Shades of Ultramarine #031591

Tints of Ultramarine #031591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 145 (57.03% from 255) = 85.8%

R = 1.78%
G = 12.43%
B = 85.8%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031591 (or 0x031591) is known color: Ultramarine. HEX triplet: 03, 15 and 91. RGB value is (3,21,145). Sum of RGB (Red+Green+Blue) = 3+21+145=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #031591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031591 is #FCEA6E. Grayscale: #1D1D1D. Windows color (decimal): -16575087 or 9508099. OLE color: 9508099.

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

Color convert

RGB 3 21 145 -
CMYK 0.98 0.86 0 0.43
HSL 232.39º 0.96% 0.29% -
HSV(B) 232.39º 0.98% 0.57% -
XYZ 5.42 2.6 27 -
YUV 29.75 193.04 108.92 -
System Red Green Blue C M Y K H S L
Decimal 3 21 145 0.98 0.86 0 0.43 232.39 0.96 0.29
Hex 3 15 91 62 56 0 2B E8 60 1D
Octal 3 25 221 142 126 0 53 350 140 35
Binary 11 10101 10010001 1100010 1010110 0 101011 11101000 1100000 11101

Color Harmonies of #031591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031591

Black with #031591

Text Example


Text Example

White with #031591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031591; }

 p { color: rgb(3,21,145); }

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

background-color css

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

 a { background-color: rgb(3,21,145); }

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

border-color css

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

 span { border-color: rgb(3,21,145); }

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