Html Css Color HEX #041595 Ultramarine

📋 copy color: '#041595'

red 4 ◦ green 21 ◦ blue 149

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

Shades of Ultramarine #041595

Tints of Ultramarine #041595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 149 (58.59% from 255) = 85.63%

R = 2.3%
G = 12.07%
B = 85.63%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#041595 (or 0x041595) is known color: Ultramarine. HEX triplet: 04, 15 and 95. RGB value is (4,21,149). Sum of RGB (Red+Green+Blue) = 4+21+149=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #041595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041595 is #FBEA6A. Grayscale: #1D1D1D. Windows color (decimal): -16509547 or 9770244. OLE color: 9770244.

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

Color convert

RGB 4 21 149 -
CMYK 0.97 0.86 0 0.42
HSL 232.97º 0.95% 0.3% -
HSV(B) 232.97º 0.97% 0.58% -
XYZ 5.74 2.73 28.66 -
YUV 30.51 194.87 109.09 -
System Red Green Blue C M Y K H S L
Decimal 4 21 149 0.97 0.86 0 0.42 232.97 0.95 0.3
Hex 4 15 95 61 56 0 2A E9 5F 1E
Octal 4 25 225 141 126 0 52 351 137 36
Binary 100 10101 10010101 1100001 1010110 0 101010 11101001 1011111 11110

Color Harmonies of #041595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041595

Black with #041595

Text Example


Text Example

White with #041595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041595; }

 p { color: rgb(4,21,149); }

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

background-color css

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

 a { background-color: rgb(4,21,149); }

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

border-color css

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

 span { border-color: rgb(4,21,149); }

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