Html Css Color HEX #031692 Ultramarine

📋 copy color: '#031692'

red 3 ◦ green 22 ◦ blue 146

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

Shades of Ultramarine #031692

Tints of Ultramarine #031692

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 value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031692 (or 0x031692) is known color: 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

RGB 3 22 146 -
CMYK 0.98 0.85 0 0.43
HSL 232.03º 0.96% 0.29% -
HSV(B) 232.03º 0.98% 0.57% -
XYZ 5.51 2.67 27.42 -
YUV 30.46 193.21 108.42 -
System Red Green Blue C M Y K H S L
Decimal 3 22 146 0.98 0.85 0 0.43 232.03 0.96 0.29
Hex 3 16 92 62 55 0 2B E8 60 1D
Octal 3 26 222 142 125 0 53 350 140 35
Binary 11 10110 10010010 1100010 1010101 0 101011 11101000 1100000 11101

Color Harmonies of #031692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031692

Black with #031692

Text Example


Text Example

White with #031692

Text Example


Text Example

HTML Codes & Css Web 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>