Html Css Color HEX #051C87 Ultramarine

📋 copy color: '#051C87'

red 5 ◦ green 28 ◦ blue 135

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

Shades of Ultramarine #051C87

Tints of Ultramarine #051C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

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

R = 2.98%
G = 16.67%
B = 80.36%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051C87 (or 0x051C87) is known color: Ultramarine. HEX triplet: 05, 1C and 87. RGB value is (5,28,135). Sum of RGB (Red+Green+Blue) = 5+28+135=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #051C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C87 is #FAE378. Grayscale: #202020. Windows color (decimal): -16442233 or 8854533. OLE color: 8854533.

HSL color Cylindrical-coordinate representation of color #051C87: hue angle of 229.38º 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 #051C87 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 28 135 -
CMYK 0.96 0.79 0 0.47
HSL 229.38º 0.93% 0.27% -
HSV(B) 229.38º 0.96% 0.53% -
XYZ 4.85 2.61 23.17 -
YUV 33.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 5 28 135 0.96 0.79 0 0.47 229.38 0.93 0.27
Hex 5 1C 87 60 4F 0 2F E5 5D 1B
Octal 5 34 207 140 117 0 57 345 135 33
Binary 101 11100 10000111 1100000 1001111 0 101111 11100101 1011101 11011

Color Harmonies of #051C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C87

Black with #051C87

Text Example


Text Example

White with #051C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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