Html Css Color HEX #031992 Ultramarine

📋 copy color: '#031992'

red 3 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #031992

Tints of Ultramarine #031992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 146 (57.42% from 255) = 83.91%

R = 1.72%
G = 14.37%
B = 83.91%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031992 (or 0x031992) is known color: Ultramarine. HEX triplet: 03, 19 and 92. RGB value is (3,25,146). Sum of RGB (Red+Green+Blue) = 3+25+146=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #031992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031992 is #FCE66D. Grayscale: #1F1F1F. Windows color (decimal): -16574062 or 9574659. OLE color: 9574659.

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

Color convert

RGB 3 25 146 -
CMYK 0.98 0.83 0 0.43
HSL 230.77º 0.96% 0.29% -
HSV(B) 230.77º 0.98% 0.57% -
XYZ 5.57 2.79 27.44 -
YUV 32.22 192.21 107.16 -
System Red Green Blue C M Y K H S L
Decimal 3 25 146 0.98 0.83 0 0.43 230.77 0.96 0.29
Hex 3 19 92 62 53 0 2B E7 60 1D
Octal 3 31 222 142 123 0 53 347 140 35
Binary 11 11001 10010010 1100010 1010011 0 101011 11100111 1100000 11101

Color Harmonies of #031992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031992

Black with #031992

Text Example


Text Example

White with #031992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031992; }

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

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

background-color css

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

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

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

border-color css

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

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

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