Html Css Color HEX #051996 Ultramarine

📋 copy color: '#051996'

red 5 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #051996

Tints of Ultramarine #051996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 2.78%
G = 13.89%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#051996 (or 0x051996) is known color: Ultramarine. HEX triplet: 05, 19 and 96. RGB value is (5,25,150). Sum of RGB (Red+Green+Blue) = 5+25+150=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #051996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051996 is #FAE669. Grayscale: #202020. Windows color (decimal): -16442986 or 9836805. OLE color: 9836805.

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

Color convert

RGB 5 25 150 -
CMYK 0.97 0.83 0 0.41
HSL 231.72º 0.94% 0.3% -
HSV(B) 231.72º 0.97% 0.59% -
XYZ 5.92 2.93 29.11 -
YUV 33.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 5 25 150 0.97 0.83 0 0.41 231.72 0.94 0.3
Hex 5 19 96 61 53 0 29 E8 5E 1E
Octal 5 31 226 141 123 0 51 350 136 36
Binary 101 11001 10010110 1100001 1010011 0 101001 11101000 1011110 11110

Color Harmonies of #051996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051996

Black with #051996

Text Example


Text Example

White with #051996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051996; }

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

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

background-color css

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

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

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

border-color css

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

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

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