Html Css Color HEX #031A93 Ultramarine

📋 copy color: '#031A93'

red 3 ◦ green 26 ◦ blue 147

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

Shades of Ultramarine #031A93

Tints of Ultramarine #031A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.77%

 BLUE value IS 147 (57.81% from 255) = 83.52%

R = 1.7%
G = 14.77%
B = 83.52%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#031A93 (or 0x031A93) is known color: Ultramarine. HEX triplet: 03, 1A and 93. RGB value is (3,26,147). Sum of RGB (Red+Green+Blue) = 3+26+147=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #031A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A93 is #FCE56C. Grayscale: #202020. Windows color (decimal): -16573805 or 9640451. OLE color: 9640451.

HSL color Cylindrical-coordinate representation of color #031A93: hue angle of 230.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031A93 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 26 147 -
CMYK 0.98 0.82 0 0.42
HSL 230.42º 0.96% 0.29% -
HSV(B) 230.42º 0.98% 0.58% -
XYZ 5.67 2.86 27.86 -
YUV 32.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 3 26 147 0.98 0.82 0 0.42 230.42 0.96 0.29
Hex 3 1A 93 62 52 0 2A E6 60 1D
Octal 3 32 223 142 122 0 52 346 140 35
Binary 11 11010 10010011 1100010 1010010 0 101010 11100110 1100000 11101

Color Harmonies of #031A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A93

Black with #031A93

Text Example


Text Example

White with #031A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A93; }

 p { color: rgb(3,26,147); }

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

background-color css

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

 a { background-color: rgb(3,26,147); }

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

border-color css

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

 span { border-color: rgb(3,26,147); }

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