Html Css Color HEX #051497 Ultramarine

📋 copy color: '#051497'

red 5 ◦ green 20 ◦ blue 151

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

Shades of Ultramarine #051497

Tints of Ultramarine #051497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 85.8%

R = 2.84%
G = 11.36%
B = 85.8%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#051497 (or 0x051497) is known color: Ultramarine. HEX triplet: 05, 14 and 97. RGB value is (5,20,151). Sum of RGB (Red+Green+Blue) = 5+20+151=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 151 (59.38% from 255 or 85.80% from 176); Max value from RGB is 151 - color contains mainly: blue. Hex color #051497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051497 is #FAEB68. Grayscale: #1D1D1D. Windows color (decimal): -16444265 or 9901061. OLE color: 9901061.

HSL color Cylindrical-coordinate representation of color #051497: hue angle of 233.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051497 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 20 151 -
CMYK 0.97 0.87 0 0.41
HSL 233.84º 0.94% 0.31% -
HSV(B) 233.84º 0.97% 0.59% -
XYZ 5.9 2.77 29.5 -
YUV 30.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 5 20 151 0.97 0.87 0 0.41 233.84 0.94 0.31
Hex 5 14 97 61 57 0 29 EA 5E 1F
Octal 5 24 227 141 127 0 51 352 136 37
Binary 101 10100 10010111 1100001 1010111 0 101001 11101010 1011110 11111

Color Harmonies of #051497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051497

Black with #051497

Text Example


Text Example

White with #051497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051497; }

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

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

background-color css

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

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

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

border-color css

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

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

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