Html Css Color HEX #051589 Ultramarine

📋 copy color: '#051589'

red 5 ◦ green 21 ◦ blue 137

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

Shades of Ultramarine #051589

Tints of Ultramarine #051589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 3.07%
G = 12.88%
B = 84.05%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#051589 (or 0x051589) is known color: Ultramarine. HEX triplet: 05, 15 and 89. RGB value is (5,21,137). Sum of RGB (Red+Green+Blue) = 5+21+137=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #051589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051589 is #FAEA76. Grayscale: #1C1C1C. Windows color (decimal): -16444023 or 8983813. OLE color: 8983813.

HSL color Cylindrical-coordinate representation of color #051589: hue angle of 232.73º 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 #051589 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 21 137 -
CMYK 0.96 0.85 0 0.46
HSL 232.73º 0.93% 0.28% -
HSV(B) 232.73º 0.96% 0.54% -
XYZ 4.85 2.37 23.87 -
YUV 29.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 5 21 137 0.96 0.85 0 0.46 232.73 0.93 0.28
Hex 5 15 89 60 55 0 2E E9 5D 1C
Octal 5 25 211 140 125 0 56 351 135 34
Binary 101 10101 10001001 1100000 1010101 0 101110 11101001 1011101 11100

Color Harmonies of #051589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051589

Black with #051589

Text Example


Text Example

White with #051589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051589; }

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

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

background-color css

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

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

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

border-color css

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

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

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