Html Css Color HEX #041994 Ultramarine

📋 copy color: '#041994'

red 4 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #041994

Tints of Ultramarine #041994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 2.26%
G = 14.12%
B = 83.62%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#041994 (or 0x041994) is known color: Ultramarine. HEX triplet: 04, 19 and 94. RGB value is (4,25,148). Sum of RGB (Red+Green+Blue) = 4+25+148=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 148 (58.20% from 255 or 83.62% from 177); Max value from RGB is 148 - color contains mainly: blue. Hex color #041994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041994 is #FBE66B. Grayscale: #202020. Windows color (decimal): -16508524 or 9705732. OLE color: 9705732.

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

Color convert

RGB 4 25 148 -
CMYK 0.97 0.83 0 0.42
HSL 231.25º 0.95% 0.3% -
HSV(B) 231.25º 0.97% 0.58% -
XYZ 5.74 2.86 28.27 -
YUV 32.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 4 25 148 0.97 0.83 0 0.42 231.25 0.95 0.3
Hex 4 19 94 61 53 0 2A E7 5F 1E
Octal 4 31 224 141 123 0 52 347 137 36
Binary 100 11001 10010100 1100001 1010011 0 101010 11100111 1011111 11110

Color Harmonies of #041994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041994

Black with #041994

Text Example


Text Example

White with #041994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041994; }

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

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

background-color css

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

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

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

border-color css

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

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

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