Html Css Color HEX #051988 Ultramarine

📋 copy color: '#051988'

red 5 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #051988

Tints of Ultramarine #051988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 81.93%

R = 3.01%
G = 15.06%
B = 81.93%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051988 (or 0x051988) is known color: Ultramarine. HEX triplet: 05, 19 and 88. RGB value is (5,25,136). Sum of RGB (Red+Green+Blue) = 5+25+136=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #051988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051988 is #FAE677. Grayscale: #1F1F1F. Windows color (decimal): -16443000 or 8919301. OLE color: 8919301.

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

Color convert

RGB 5 25 136 -
CMYK 0.96 0.82 0 0.47
HSL 230.84º 0.93% 0.28% -
HSV(B) 230.84º 0.96% 0.53% -
XYZ 4.85 2.51 23.52 -
YUV 31.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 5 25 136 0.96 0.82 0 0.47 230.84 0.93 0.28
Hex 5 19 88 60 52 0 2F E7 5D 1C
Octal 5 31 210 140 122 0 57 347 135 34
Binary 101 11001 10001000 1100000 1010010 0 101111 11100111 1011101 11100

Color Harmonies of #051988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051988

Black with #051988

Text Example


Text Example

White with #051988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051988; }

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

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

background-color css

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

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

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

border-color css

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

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

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