Html Css Color HEX #041392 Ultramarine

📋 copy color: '#041392'

red 4 ◦ green 19 ◦ blue 146

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

Shades of Ultramarine #041392

Tints of Ultramarine #041392

RGB

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

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

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

R = 2.37%
G = 11.24%
B = 86.39%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041392 (or 0x041392) is known color: Ultramarine. HEX triplet: 04, 13 and 92. RGB value is (4,19,146). Sum of RGB (Red+Green+Blue) = 4+19+146=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #041392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041392 is #FBEC6D. Grayscale: #1C1C1C. Windows color (decimal): -16510062 or 9573124. OLE color: 9573124.

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

Color convert

RGB 4 19 146 -
CMYK 0.97 0.87 0 0.43
HSL 233.66º 0.95% 0.29% -
HSV(B) 233.66º 0.97% 0.57% -
XYZ 5.47 2.57 27.4 -
YUV 28.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 4 19 146 0.97 0.87 0 0.43 233.66 0.95 0.29
Hex 4 13 92 61 57 0 2B EA 5F 1D
Octal 4 23 222 141 127 0 53 352 137 35
Binary 100 10011 10010010 1100001 1010111 0 101011 11101010 1011111 11101

Color Harmonies of #041392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041392

Black with #041392

Text Example


Text Example

White with #041392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041392; }

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

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

background-color css

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

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

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

border-color css

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

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

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