#031896

Color #031896 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #031896

Tints of Ultramarine #031896

Color information

#031896 (or 0x031896) is unknown color: approx 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

RGB324150-
CMYK0.980.8400.41
HSL231.43º96.08%30%-
HSV(B)231.43º98%58.82%-
XYZ5.872.8729.1-
YUV32.08194.54107.25-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3241500.980.8400.41231.4396.0830
Hex318966254029e7601e
Octal33022614212405134714036
Binary11110001001011011000101010100010100111100111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>