Html Css Color HEX #051989 Ultramarine

📋 copy color: '#051989'

red 5 ◦ green 25 ◦ blue 137

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

Shades of Ultramarine #051989

Tints of Ultramarine #051989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 82.04%

R = 2.99%
G = 14.97%
B = 82.04%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#051989 (or 0x051989) is known color: Ultramarine. HEX triplet: 05, 19 and 89. RGB value is (5,25,137). Sum of RGB (Red+Green+Blue) = 5+25+137=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #051989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051989 is #FAE676. Grayscale: #1F1F1F. Windows color (decimal): -16442999 or 8984837. OLE color: 8984837.

HSL color Cylindrical-coordinate representation of color #051989: hue angle of 230.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051989 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 25 137 -
CMYK 0.96 0.82 0 0.46
HSL 230.91º 0.93% 0.28% -
HSV(B) 230.91º 0.96% 0.54% -
XYZ 4.93 2.53 23.9 -
YUV 31.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 5 25 137 0.96 0.82 0 0.46 230.91 0.93 0.28
Hex 5 19 89 60 52 0 2E E7 5D 1C
Octal 5 31 211 140 122 0 56 347 135 34
Binary 101 11001 10001001 1100000 1010010 0 101110 11100111 1011101 11100

Color Harmonies of #051989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051989

Black with #051989

Text Example


Text Example

White with #051989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051989; }

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

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

background-color css

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

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

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

border-color css

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

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

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