Html Css Color HEX #041696 Ultramarine

📋 copy color: '#041696'

red 4 ◦ green 22 ◦ blue 150

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

Shades of Ultramarine #041696

Tints of Ultramarine #041696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

 BLUE value IS 150 (58.98% from 255) = 85.23%

R = 2.27%
G = 12.5%
B = 85.23%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#041696 (or 0x041696) is known color: Ultramarine. HEX triplet: 04, 16 and 96. RGB value is (4,22,150). Sum of RGB (Red+Green+Blue) = 4+22+150=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #041696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041696 is #FBE969. Grayscale: #1E1E1E. Windows color (decimal): -16509290 or 9836036. OLE color: 9836036.

HSL color Cylindrical-coordinate representation of color #041696: hue angle of 232.6º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041696 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 22 150 -
CMYK 0.97 0.85 0 0.41
HSL 232.6º 0.95% 0.3% -
HSV(B) 232.6º 0.97% 0.59% -
XYZ 5.84 2.8 29.09 -
YUV 31.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 4 22 150 0.97 0.85 0 0.41 232.6 0.95 0.3
Hex 4 16 96 61 55 0 29 E9 5F 1E
Octal 4 26 226 141 125 0 51 351 137 36
Binary 100 10110 10010110 1100001 1010101 0 101001 11101001 1011111 11110

Color Harmonies of #041696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041696

Black with #041696

Text Example


Text Example

White with #041696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041696; }

 p { color: rgb(4,22,150); }

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

background-color css

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

 a { background-color: rgb(4,22,150); }

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

border-color css

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

 span { border-color: rgb(4,22,150); }

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