Html Css Color HEX #051390 Ultramarine

📋 copy color: '#051390'

red 5 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #051390

Tints of Ultramarine #051390

RGB

 RED value IS 5 (2.34% from 255) = 2.98%

 GREEN value IS 19 (7.81% from 255) = 11.31%

 BLUE value IS 144 (56.64% from 255) = 85.71%

R = 2.98%
G = 11.31%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#051390 (or 0x051390) is known color: Ultramarine. HEX triplet: 05, 13 and 90. RGB value is (5,19,144). Sum of RGB (Red+Green+Blue) = 5+19+144=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #051390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051390 is #FAEC6F. Grayscale: #1C1C1C. Windows color (decimal): -16444528 or 9442053. OLE color: 9442053.

HSL color Cylindrical-coordinate representation of color #051390: hue angle of 233.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051390 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 19 144 -
CMYK 0.97 0.87 0 0.44
HSL 233.96º 0.93% 0.29% -
HSV(B) 233.96º 0.97% 0.56% -
XYZ 5.33 2.51 26.59 -
YUV 29.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 5 19 144 0.97 0.87 0 0.44 233.96 0.93 0.29
Hex 5 13 90 61 57 0 2C EA 5D 1D
Octal 5 23 220 141 127 0 54 352 135 35
Binary 101 10011 10010000 1100001 1010111 0 101100 11101010 1011101 11101

Color Harmonies of #051390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051390

Black with #051390

Text Example


Text Example

White with #051390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051390; }

 p { color: rgb(5,19,144); }

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

background-color css

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

 a { background-color: rgb(5,19,144); }

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

border-color css

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

 span { border-color: rgb(5,19,144); }

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