Html Css Color HEX #051290 Ultramarine

📋 copy color: '#051290'

red 5 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #051290

Tints of Ultramarine #051290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 2.99%
G = 10.78%
B = 86.23%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#051290 (or 0x051290) is known color: Ultramarine. HEX triplet: 05, 12 and 90. RGB value is (5,18,144). Sum of RGB (Red+Green+Blue) = 5+18+144=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #051290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051290 is #FAED6F. Grayscale: #1B1B1B. Windows color (decimal): -16444784 or 9441797. OLE color: 9441797.

HSL color Cylindrical-coordinate representation of color #051290: hue angle of 234.39º 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 #051290 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 18 144 -
CMYK 0.97 0.88 0 0.44
HSL 234.39º 0.93% 0.29% -
HSV(B) 234.39º 0.97% 0.56% -
XYZ 5.31 2.48 26.58 -
YUV 28.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 5 18 144 0.97 0.88 0 0.44 234.39 0.93 0.29
Hex 5 12 90 61 58 0 2C EA 5D 1D
Octal 5 22 220 141 130 0 54 352 135 35
Binary 101 10010 10010000 1100001 1011000 0 101100 11101010 1011101 11101

Color Harmonies of #051290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051290

Black with #051290

Text Example


Text Example

White with #051290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051290; }

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

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

background-color css

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

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

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

border-color css

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

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

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