Html Css Color HEX #051795 Ultramarine

📋 copy color: '#051795'

red 5 ◦ green 23 ◦ blue 149

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

Shades of Ultramarine #051795

Tints of Ultramarine #051795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 149 (58.59% from 255) = 84.18%

R = 2.82%
G = 12.99%
B = 84.18%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#051795 (or 0x051795) is known color: Ultramarine. HEX triplet: 05, 17 and 95. RGB value is (5,23,149). Sum of RGB (Red+Green+Blue) = 5+23+149=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 149 (58.59% from 255 or 84.18% from 177); Max value from RGB is 149 - color contains mainly: blue. Hex color #051795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051795 is #FAE86A. Grayscale: #1F1F1F. Windows color (decimal): -16443499 or 9770757. OLE color: 9770757.

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

Color convert

RGB 5 23 149 -
CMYK 0.97 0.85 0 0.42
HSL 232.5º 0.94% 0.3% -
HSV(B) 232.5º 0.97% 0.58% -
XYZ 5.79 2.81 28.67 -
YUV 31.98 194.04 108.75 -
System Red Green Blue C M Y K H S L
Decimal 5 23 149 0.97 0.85 0 0.42 232.5 0.94 0.3
Hex 5 17 95 61 55 0 2A E8 5E 1E
Octal 5 27 225 141 125 0 52 350 136 36
Binary 101 10111 10010101 1100001 1010101 0 101010 11101000 1011110 11110

Color Harmonies of #051795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051795

Black with #051795

Text Example


Text Example

White with #051795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051795; }

 p { color: rgb(5,23,149); }

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

background-color css

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

 a { background-color: rgb(5,23,149); }

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

border-color css

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

 span { border-color: rgb(5,23,149); }

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