Html Css Color HEX #051492 Ultramarine

📋 copy color: '#051492'

red 5 ◦ green 20 ◦ blue 146

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

Shades of Ultramarine #051492

Tints of Ultramarine #051492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

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

R = 2.92%
G = 11.7%
B = 85.38%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051492 (or 0x051492) is known color: Ultramarine. HEX triplet: 05, 14 and 92. RGB value is (5,20,146). Sum of RGB (Red+Green+Blue) = 5+20+146=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 20 (8.20% from 255 or 11.70% 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 #051492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051492 is #FAEB6D. Grayscale: #1D1D1D. Windows color (decimal): -16444270 or 9573381. OLE color: 9573381.

HSL color Cylindrical-coordinate representation of color #051492: hue angle of 233.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051492 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 20 146 -
CMYK 0.97 0.86 0 0.43
HSL 233.62º 0.93% 0.3% -
HSV(B) 233.62º 0.97% 0.57% -
XYZ 5.5 2.61 27.41 -
YUV 29.88 193.53 110.25 -
System Red Green Blue C M Y K H S L
Decimal 5 20 146 0.97 0.86 0 0.43 233.62 0.93 0.3
Hex 5 14 92 61 56 0 2B EA 5D 1E
Octal 5 24 222 141 126 0 53 352 135 36
Binary 101 10100 10010010 1100001 1010110 0 101011 11101010 1011101 11110

Color Harmonies of #051492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051492

Black with #051492

Text Example


Text Example

White with #051492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051492; }

 p { color: rgb(5,20,146); }

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

background-color css

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

 a { background-color: rgb(5,20,146); }

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

border-color css

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

 span { border-color: rgb(5,20,146); }

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