Html Css Color HEX #051C8E Ultramarine

📋 copy color: '#051C8E'

red 5 ◦ green 28 ◦ blue 142

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

Shades of Ultramarine #051C8E

Tints of Ultramarine #051C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 81.14%

R = 2.86%
G = 16%
B = 81.14%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#051C8E (or 0x051C8E) is known color: Ultramarine. HEX triplet: 05, 1C and 8E. RGB value is (5,28,142). Sum of RGB (Red+Green+Blue) = 5+28+142=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #051C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C8E is #FAE371. Grayscale: #212121. Windows color (decimal): -16442226 or 9313285. OLE color: 9313285.

HSL color Cylindrical-coordinate representation of color #051C8E: hue angle of 229.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C8E is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 28 142 -
CMYK 0.96 0.80 0 0.44
HSL 229.93º 0.93% 0.29% -
HSV(B) 229.93º 0.96% 0.56% -
XYZ 5.36 2.82 25.85 -
YUV 34.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 5 28 142 0.96 0.80 0 0.44 229.93 0.93 0.29
Hex 5 1C 8E 60 50 0 2C E6 5D 1D
Octal 5 34 216 140 120 0 54 346 135 35
Binary 101 11100 10001110 1100000 1010000 0 101100 11100110 1011101 11101

Color Harmonies of #051C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C8E

Black with #051C8E

Text Example


Text Example

White with #051C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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