Html Css Color HEX #051595 Ultramarine

📋 copy color: '#051595'

red 5 ◦ green 21 ◦ blue 149

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

Shades of Ultramarine #051595

Tints of Ultramarine #051595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

 BLUE value IS 149 (58.59% from 255) = 85.14%

R = 2.86%
G = 12%
B = 85.14%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#051595 (or 0x051595) is known color: Ultramarine. HEX triplet: 05, 15 and 95. RGB value is (5,21,149). Sum of RGB (Red+Green+Blue) = 5+21+149=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #051595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051595 is #FAEA6A. Grayscale: #1E1E1E. Windows color (decimal): -16444011 or 9770245. OLE color: 9770245.

HSL color Cylindrical-coordinate representation of color #051595: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051595 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 21 149 -
CMYK 0.97 0.86 0 0.42
HSL 233.33º 0.94% 0.3% -
HSV(B) 233.33º 0.97% 0.58% -
XYZ 5.76 2.74 28.66 -
YUV 30.81 194.7 109.59 -
System Red Green Blue C M Y K H S L
Decimal 5 21 149 0.97 0.86 0 0.42 233.33 0.94 0.3
Hex 5 15 95 61 56 0 2A E9 5E 1E
Octal 5 25 225 141 126 0 52 351 136 36
Binary 101 10101 10010101 1100001 1010110 0 101010 11101001 1011110 11110

Color Harmonies of #051595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051595

Black with #051595

Text Example


Text Example

White with #051595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051595; }

 p { color: rgb(5,21,149); }

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

background-color css

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

 a { background-color: rgb(5,21,149); }

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

border-color css

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

 span { border-color: rgb(5,21,149); }

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