Html Css Color HEX #051987 Ultramarine

📋 copy color: '#051987'

red 5 ◦ green 25 ◦ blue 135

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

Shades of Ultramarine #051987

Tints of Ultramarine #051987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 81.82%

R = 3.03%
G = 15.15%
B = 81.82%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051987 (or 0x051987) is known color: Ultramarine. HEX triplet: 05, 19 and 87. RGB value is (5,25,135). Sum of RGB (Red+Green+Blue) = 5+25+135=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #051987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051987 is #FAE678. Grayscale: #1F1F1F. Windows color (decimal): -16443001 or 8853765. OLE color: 8853765.

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

Color convert

RGB 5 25 135 -
CMYK 0.96 0.81 0 0.47
HSL 230.77º 0.93% 0.27% -
HSV(B) 230.77º 0.96% 0.53% -
XYZ 4.78 2.48 23.15 -
YUV 31.56 186.37 109.06 -
System Red Green Blue C M Y K H S L
Decimal 5 25 135 0.96 0.81 0 0.47 230.77 0.93 0.27
Hex 5 19 87 60 51 0 2F E7 5D 1B
Octal 5 31 207 140 121 0 57 347 135 33
Binary 101 11001 10000111 1100000 1010001 0 101111 11100111 1011101 11011

Color Harmonies of #051987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051987

Black with #051987

Text Example


Text Example

White with #051987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051987; }

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

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

background-color css

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

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

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

border-color css

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

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

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