Html Css Color HEX #051793 Ultramarine

📋 copy color: '#051793'

red 5 ◦ green 23 ◦ blue 147

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

Shades of Ultramarine #051793

Tints of Ultramarine #051793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

 BLUE value IS 147 (57.81% from 255) = 84%

R = 2.86%
G = 13.14%
B = 84%

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

#051793 (or 0x051793) is known color: Ultramarine. HEX triplet: 05, 17 and 93. RGB value is (5,23,147). Sum of RGB (Red+Green+Blue) = 5+23+147=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #051793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051793 is #FAE86C. Grayscale: #1F1F1F. Windows color (decimal): -16443501 or 9639685. OLE color: 9639685.

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

Color convert

RGB 5 23 147 -
CMYK 0.97 0.84 0 0.42
HSL 232.39º 0.93% 0.3% -
HSV(B) 232.39º 0.97% 0.58% -
XYZ 5.64 2.75 27.84 -
YUV 31.75 193.04 108.92 -
System Red Green Blue C M Y K H S L
Decimal 5 23 147 0.97 0.84 0 0.42 232.39 0.93 0.3
Hex 5 17 93 61 54 0 2A E8 5D 1E
Octal 5 27 223 141 124 0 52 350 135 36
Binary 101 10111 10010011 1100001 1010100 0 101010 11101000 1011101 11110

Color Harmonies of #051793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051793

Black with #051793

Text Example


Text Example

White with #051793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051793; }

 p { color: rgb(5,23,147); }

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

background-color css

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

 a { background-color: rgb(5,23,147); }

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

border-color css

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

 span { border-color: rgb(5,23,147); }

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