Html Css Color HEX #041992 Ultramarine

📋 copy color: '#041992'

red 4 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #041992

Tints of Ultramarine #041992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 83.43%

R = 2.29%
G = 14.29%
B = 83.43%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041992 (or 0x041992) is known color: Ultramarine. HEX triplet: 04, 19 and 92. RGB value is (4,25,146). Sum of RGB (Red+Green+Blue) = 4+25+146=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #041992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041992 is #FBE66D. Grayscale: #202020. Windows color (decimal): -16508526 or 9574660. OLE color: 9574660.

HSL color Cylindrical-coordinate representation of color #041992: hue angle of 231.13º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041992 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 25 146 -
CMYK 0.97 0.83 0 0.43
HSL 231.13º 0.95% 0.29% -
HSV(B) 231.13º 0.97% 0.57% -
XYZ 5.59 2.8 27.44 -
YUV 32.52 192.04 107.66 -
System Red Green Blue C M Y K H S L
Decimal 4 25 146 0.97 0.83 0 0.43 231.13 0.95 0.29
Hex 4 19 92 61 53 0 2B E7 5F 1D
Octal 4 31 222 141 123 0 53 347 137 35
Binary 100 11001 10010010 1100001 1010011 0 101011 11100111 1011111 11101

Color Harmonies of #041992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041992

Black with #041992

Text Example


Text Example

White with #041992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041992; }

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

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

background-color css

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

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

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

border-color css

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

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

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