Html Css Color HEX #041193 Ultramarine

📋 copy color: '#041193'

red 4 ◦ green 17 ◦ blue 147

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

Shades of Ultramarine #041193

Tints of Ultramarine #041193

RGB

 RED value IS 4 (1.95% from 255) = 2.38%

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 2.38%
G = 10.12%
B = 87.5%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#041193 (or 0x041193) is known color: Ultramarine. HEX triplet: 04, 11 and 93. RGB value is (4,17,147). Sum of RGB (Red+Green+Blue) = 4+17+147=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #041193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041193 is #FBEE6C. Grayscale: #1B1B1B. Windows color (decimal): -16510573 or 9638148. OLE color: 9638148.

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

Color convert

RGB 4 17 147 -
CMYK 0.97 0.88 0 0.42
HSL 234.55º 0.95% 0.3% -
HSV(B) 234.55º 0.97% 0.58% -
XYZ 5.52 2.53 27.8 -
YUV 27.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 4 17 147 0.97 0.88 0 0.42 234.55 0.95 0.3
Hex 4 11 93 61 58 0 2A EB 5F 1E
Octal 4 21 223 141 130 0 52 353 137 36
Binary 100 10001 10010011 1100001 1011000 0 101010 11101011 1011111 11110

Color Harmonies of #041193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041193

Black with #041193

Text Example


Text Example

White with #041193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041193; }

 p { color: rgb(4,17,147); }

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

background-color css

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

 a { background-color: rgb(4,17,147); }

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

border-color css

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

 span { border-color: rgb(4,17,147); }

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