Html Css Color HEX #041492 Ultramarine

📋 copy color: '#041492'

red 4 ◦ green 20 ◦ blue 146

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

Shades of Ultramarine #041492

Tints of Ultramarine #041492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 2.35%
G = 11.76%
B = 85.88%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041492 (or 0x041492) is known color: Ultramarine. HEX triplet: 04, 14 and 92. RGB value is (4,20,146). Sum of RGB (Red+Green+Blue) = 4+20+146=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 146 (57.42% from 255 or 85.88% from 170); Max value from RGB is 146 - color contains mainly: blue. Hex color #041492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041492 is #FBEB6D. Grayscale: #1D1D1D. Windows color (decimal): -16509806 or 9573380. OLE color: 9573380.

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

Color convert

RGB 4 20 146 -
CMYK 0.97 0.86 0 0.43
HSL 233.24º 0.95% 0.29% -
HSV(B) 233.24º 0.97% 0.57% -
XYZ 5.49 2.6 27.41 -
YUV 29.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 4 20 146 0.97 0.86 0 0.43 233.24 0.95 0.29
Hex 4 14 92 61 56 0 2B E9 5F 1D
Octal 4 24 222 141 126 0 53 351 137 35
Binary 100 10100 10010010 1100001 1010110 0 101011 11101001 1011111 11101

Color Harmonies of #041492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041492

Black with #041492

Text Example


Text Example

White with #041492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041492; }

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

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

background-color css

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

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

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

border-color css

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

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

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