Html Css Color HEX #031690 Ultramarine

📋 copy color: '#031690'

red 3 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #031690

Tints of Ultramarine #031690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

 BLUE value IS 144 (56.64% from 255) = 85.21%

R = 1.78%
G = 13.02%
B = 85.21%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031690 (or 0x031690) is known color: Ultramarine. HEX triplet: 03, 16 and 90. RGB value is (3,22,144). Sum of RGB (Red+Green+Blue) = 3+22+144=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 144 (56.64% from 255 or 85.21% from 169); Max value from RGB is 144 - color contains mainly: blue. Hex color #031690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031690 is #FCE96F. Grayscale: #1D1D1D. Windows color (decimal): -16574832 or 9442819. OLE color: 9442819.

HSL color Cylindrical-coordinate representation of color #031690: hue angle of 231.91º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031690 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 22 144 -
CMYK 0.98 0.85 0 0.44
HSL 231.91º 0.96% 0.29% -
HSV(B) 231.91º 0.98% 0.56% -
XYZ 5.36 2.61 26.61 -
YUV 30.23 192.21 108.58 -
System Red Green Blue C M Y K H S L
Decimal 3 22 144 0.98 0.85 0 0.44 231.91 0.96 0.29
Hex 3 16 90 62 55 0 2C E8 60 1D
Octal 3 26 220 142 125 0 54 350 140 35
Binary 11 10110 10010000 1100010 1010101 0 101100 11101000 1100000 11101

Color Harmonies of #031690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031690

Black with #031690

Text Example


Text Example

White with #031690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031690; }

 p { color: rgb(3,22,144); }

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

background-color css

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

 a { background-color: rgb(3,22,144); }

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

border-color css

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

 span { border-color: rgb(3,22,144); }

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