Html Css Color HEX #041394 Ultramarine

📋 copy color: '#041394'

red 4 ◦ green 19 ◦ blue 148

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

Shades of Ultramarine #041394

Tints of Ultramarine #041394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 148 (58.2% from 255) = 86.55%

R = 2.34%
G = 11.11%
B = 86.55%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#041394 (or 0x041394) is known color: Ultramarine. HEX triplet: 04, 13 and 94. RGB value is (4,19,148). Sum of RGB (Red+Green+Blue) = 4+19+148=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #041394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041394 is #FBEC6B. Grayscale: #1C1C1C. Windows color (decimal): -16510060 or 9704196. OLE color: 9704196.

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

Color convert

RGB 4 19 148 -
CMYK 0.97 0.87 0 0.42
HSL 233.75º 0.95% 0.3% -
HSV(B) 233.75º 0.97% 0.58% -
XYZ 5.63 2.63 28.23 -
YUV 29.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 4 19 148 0.97 0.87 0 0.42 233.75 0.95 0.3
Hex 4 13 94 61 57 0 2A EA 5F 1E
Octal 4 23 224 141 127 0 52 352 137 36
Binary 100 10011 10010100 1100001 1010111 0 101010 11101010 1011111 11110

Color Harmonies of #041394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041394

Black with #041394

Text Example


Text Example

White with #041394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041394; }

 p { color: rgb(4,19,148); }

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

background-color css

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

 a { background-color: rgb(4,19,148); }

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

border-color css

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

 span { border-color: rgb(4,19,148); }

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