Html Css Color HEX #051792 Ultramarine

📋 copy color: '#051792'

red 5 ◦ green 23 ◦ blue 146

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

Shades of Ultramarine #051792

Tints of Ultramarine #051792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 83.91%

R = 2.87%
G = 13.22%
B = 83.91%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051792 (or 0x051792) is known color: Ultramarine. HEX triplet: 05, 17 and 92. RGB value is (5,23,146). Sum of RGB (Red+Green+Blue) = 5+23+146=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #051792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051792 is #FAE86D. Grayscale: #1F1F1F. Windows color (decimal): -16443502 or 9574149. OLE color: 9574149.

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

Color convert

RGB 5 23 146 -
CMYK 0.97 0.84 0 0.43
HSL 232.34º 0.93% 0.3% -
HSV(B) 232.34º 0.97% 0.57% -
XYZ 5.56 2.72 27.43 -
YUV 31.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 5 23 146 0.97 0.84 0 0.43 232.34 0.93 0.3
Hex 5 17 92 61 54 0 2B E8 5D 1E
Octal 5 27 222 141 124 0 53 350 135 36
Binary 101 10111 10010010 1100001 1010100 0 101011 11101000 1011101 11110

Color Harmonies of #051792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051792

Black with #051792

Text Example


Text Example

White with #051792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051792; }

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

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

background-color css

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

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

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

border-color css

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

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

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