Html Css Color HEX #051986 Ultramarine

📋 copy color: '#051986'

red 5 ◦ green 25 ◦ blue 134

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

Shades of Ultramarine #051986

Tints of Ultramarine #051986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 81.71%

R = 3.05%
G = 15.24%
B = 81.71%

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

#051986 (or 0x051986) is known color: Ultramarine. HEX triplet: 05, 19 and 86. RGB value is (5,25,134). Sum of RGB (Red+Green+Blue) = 5+25+134=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 134 (52.73% from 255 or 81.71% from 164); Max value from RGB is 134 - color contains mainly: blue. Hex color #051986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051986 is #FAE679. Grayscale: #1E1E1E. Windows color (decimal): -16443002 or 8788229. OLE color: 8788229.

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

Color convert

RGB 5 25 134 -
CMYK 0.96 0.81 0 0.47
HSL 230.7º 0.93% 0.27% -
HSV(B) 230.7º 0.96% 0.53% -
XYZ 4.71 2.45 22.78 -
YUV 31.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 5 25 134 0.96 0.81 0 0.47 230.7 0.93 0.27
Hex 5 19 86 60 51 0 2F E7 5D 1B
Octal 5 31 206 140 121 0 57 347 135 33
Binary 101 11001 10000110 1100000 1010001 0 101111 11100111 1011101 11011

Color Harmonies of #051986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051986

Black with #051986

Text Example


Text Example

White with #051986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051986; }

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

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

background-color css

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

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

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

border-color css

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

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

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