Html Css Color HEX #051892 Ultramarine

📋 copy color: '#051892'

red 5 ◦ green 24 ◦ blue 146

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

Shades of Ultramarine #051892

Tints of Ultramarine #051892

RGB

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

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

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

R = 2.86%
G = 13.71%
B = 83.43%

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

#051892 (or 0x051892) is known color: Ultramarine. HEX triplet: 05, 18 and 92. RGB value is (5,24,146). Sum of RGB (Red+Green+Blue) = 5+24+146=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #051892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051892 is #FAE76D. Grayscale: #1F1F1F. Windows color (decimal): -16443246 or 9574405. OLE color: 9574405.

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

Color convert

RGB 5 24 146 -
CMYK 0.97 0.84 0 0.43
HSL 231.91º 0.93% 0.3% -
HSV(B) 231.91º 0.97% 0.57% -
XYZ 5.58 2.76 27.43 -
YUV 32.23 192.21 108.58 -
System Red Green Blue C M Y K H S L
Decimal 5 24 146 0.97 0.84 0 0.43 231.91 0.93 0.3
Hex 5 18 92 61 54 0 2B E8 5D 1E
Octal 5 30 222 141 124 0 53 350 135 36
Binary 101 11000 10010010 1100001 1010100 0 101011 11101000 1011101 11110

Color Harmonies of #051892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051892

Black with #051892

Text Example


Text Example

White with #051892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051892; }

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

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

background-color css

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

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

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

border-color css

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

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

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