Html Css Color HEX #031896 Ultramarine

📋 copy color: '#031896'

red 3 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #031896

Tints of Ultramarine #031896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

 BLUE value IS 150 (58.98% from 255) = 84.75%

R = 1.69%
G = 13.56%
B = 84.75%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#031896 (or 0x031896) is known color: Ultramarine. HEX triplet: 03, 18 and 96. RGB value is (3,24,150). Sum of RGB (Red+Green+Blue) = 3+24+150=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #031896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031896 is #FCE769. Grayscale: #1F1F1F. Windows color (decimal): -16574314 or 9836547. OLE color: 9836547.

HSL color Cylindrical-coordinate representation of color #031896: hue angle of 231.43º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031896 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 24 150 -
CMYK 0.98 0.84 0 0.41
HSL 231.43º 0.96% 0.3% -
HSV(B) 231.43º 0.98% 0.59% -
XYZ 5.87 2.87 29.1 -
YUV 32.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 3 24 150 0.98 0.84 0 0.41 231.43 0.96 0.3
Hex 3 18 96 62 54 0 29 E7 60 1E
Octal 3 30 226 142 124 0 51 347 140 36
Binary 11 11000 10010110 1100010 1010100 0 101001 11100111 1100000 11110

Color Harmonies of #031896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031896

Black with #031896

Text Example


Text Example

White with #031896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031896; }

 p { color: rgb(3,24,150); }

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

background-color css

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

 a { background-color: rgb(3,24,150); }

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

border-color css

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

 span { border-color: rgb(3,24,150); }

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