Html Css Color HEX #051896 Ultramarine

📋 copy color: '#051896'

red 5 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #051896

Tints of Ultramarine #051896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

 BLUE value IS 150 (58.98% from 255) = 83.8%

R = 2.79%
G = 13.41%
B = 83.8%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#051896 (or 0x051896) is known color: Ultramarine. HEX triplet: 05, 18 and 96. RGB value is (5,24,150). Sum of RGB (Red+Green+Blue) = 5+24+150=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #051896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051896 is #FAE769. Grayscale: #202020. Windows color (decimal): -16443242 or 9836549. OLE color: 9836549.

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

Color convert

RGB 5 24 150 -
CMYK 0.97 0.84 0 0.41
HSL 232.14º 0.94% 0.3% -
HSV(B) 232.14º 0.97% 0.59% -
XYZ 5.89 2.89 29.1 -
YUV 32.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 5 24 150 0.97 0.84 0 0.41 232.14 0.94 0.3
Hex 5 18 96 61 54 0 29 E8 5E 1E
Octal 5 30 226 141 124 0 51 350 136 36
Binary 101 11000 10010110 1100001 1010100 0 101001 11101000 1011110 11110

Color Harmonies of #051896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051896

Black with #051896

Text Example


Text Example

White with #051896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051896; }

 p { color: rgb(5,24,150); }

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

background-color css

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

 a { background-color: rgb(5,24,150); }

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

border-color css

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

 span { border-color: rgb(5,24,150); }

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