#031692

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

Shades of Ultramarine #031692

Tints of Ultramarine #031692

Color information

#031692 (or 0x031692) is unknown color: approx Ultramarine. HEX triplet: 03, 16 and 92. RGB value is (3,22,146). Sum of RGB (Red+Green+Blue) = 3+22+146=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #031692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031692 is #FCE96D. Grayscale: #1D1D1D. Windows color (decimal): -16574830 or 9573891. OLE color: 9573891.

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

Color convert

RGB322146-
CMYK0.980.8500.43
HSL232.03º95.97%29.22%-
HSV(B)232.03º97.95%57.25%-
XYZ5.512.6727.42-
YUV30.46193.21108.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 146 (57.42% from 255) = 85.38%
R=1.75%
G=12.87%
B=85.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3221460.980.8500.43232.0395.9729.22
Hex31692625502Be8601d
Octal32622214212505335014035
Binary11101101001001011000101010101010101111101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031692; }

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

 H1.HeaderClassName
 {
   color: #031692;
 }
 .AnyTagClassName
 {
   color: #031692;
 }
</style>
background-color css

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

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

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

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

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

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