Html Css Color HEX #051697 Ultramarine

📋 copy color: '#051697'

red 5 ◦ green 22 ◦ blue 151

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

Shades of Ultramarine #051697

Tints of Ultramarine #051697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 2.81%
G = 12.36%
B = 84.83%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#051697 (or 0x051697) is known color: Ultramarine. HEX triplet: 05, 16 and 97. RGB value is (5,22,151). Sum of RGB (Red+Green+Blue) = 5+22+151=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 151 (59.38% from 255 or 84.83% from 178); Max value from RGB is 151 - color contains mainly: blue. Hex color #051697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051697 is #FAE968. Grayscale: #1F1F1F. Windows color (decimal): -16443753 or 9901573. OLE color: 9901573.

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

Color convert

RGB 5 22 151 -
CMYK 0.97 0.85 0 0.41
HSL 233.01º 0.94% 0.31% -
HSV(B) 233.01º 0.97% 0.59% -
XYZ 5.94 2.84 29.51 -
YUV 31.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 5 22 151 0.97 0.85 0 0.41 233.01 0.94 0.31
Hex 5 16 97 61 55 0 29 E9 5E 1F
Octal 5 26 227 141 125 0 51 351 136 37
Binary 101 10110 10010111 1100001 1010101 0 101001 11101001 1011110 11111

Color Harmonies of #051697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051697

Black with #051697

Text Example


Text Example

White with #051697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051697; }

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

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

background-color css

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

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

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

border-color css

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

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

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