Html Css Color HEX #051688 Ultramarine

📋 copy color: '#051688'

red 5 ◦ green 22 ◦ blue 136

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

Shades of Ultramarine #051688

Tints of Ultramarine #051688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

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

R = 3.07%
G = 13.5%
B = 83.44%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051688 (or 0x051688) is known color: Ultramarine. HEX triplet: 05, 16 and 88. RGB value is (5,22,136). Sum of RGB (Red+Green+Blue) = 5+22+136=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #051688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051688 is #FAE977. Grayscale: #1D1D1D. Windows color (decimal): -16443768 or 8918533. OLE color: 8918533.

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

Color convert

RGB 5 22 136 -
CMYK 0.96 0.84 0 0.47
HSL 232.21º 0.93% 0.28% -
HSV(B) 232.21º 0.96% 0.53% -
XYZ 4.79 2.38 23.5 -
YUV 29.91 187.87 110.23 -
System Red Green Blue C M Y K H S L
Decimal 5 22 136 0.96 0.84 0 0.47 232.21 0.93 0.28
Hex 5 16 88 60 54 0 2F E8 5D 1C
Octal 5 26 210 140 124 0 57 350 135 34
Binary 101 10110 10001000 1100000 1010100 0 101111 11101000 1011101 11100

Color Harmonies of #051688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051688

Black with #051688

Text Example


Text Example

White with #051688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051688; }

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

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

background-color css

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

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

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

border-color css

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

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

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