Html Css Color HEX #051895 Ultramarine

📋 copy color: '#051895'

red 5 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #051895

Tints of Ultramarine #051895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 2.81%
G = 13.48%
B = 83.71%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#051895 (or 0x051895) is known color: Ultramarine. HEX triplet: 05, 18 and 95. RGB value is (5,24,149). Sum of RGB (Red+Green+Blue) = 5+24+149=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #051895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051895 is #FAE76A. Grayscale: #202020. Windows color (decimal): -16443243 or 9771013. OLE color: 9771013.

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

Color convert

RGB 5 24 149 -
CMYK 0.97 0.84 0 0.42
HSL 232.08º 0.94% 0.3% -
HSV(B) 232.08º 0.97% 0.58% -
XYZ 5.81 2.86 28.68 -
YUV 32.57 193.71 108.34 -
System Red Green Blue C M Y K H S L
Decimal 5 24 149 0.97 0.84 0 0.42 232.08 0.94 0.3
Hex 5 18 95 61 54 0 2A E8 5E 1E
Octal 5 30 225 141 124 0 52 350 136 36
Binary 101 11000 10010101 1100001 1010100 0 101010 11101000 1011110 11110

Color Harmonies of #051895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051895

Black with #051895

Text Example


Text Example

White with #051895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051895; }

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

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

background-color css

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

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

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

border-color css

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

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

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