Html Css Color HEX #04158D Ultramarine

📋 copy color: '#04158D'

red 4 ◦ green 21 ◦ blue 141

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

Shades of Ultramarine #04158D

Tints of Ultramarine #04158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 84.94%

R = 2.41%
G = 12.65%
B = 84.94%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04158D (or 0x04158D) is known color: Ultramarine. HEX triplet: 04, 15 and 8D. RGB value is (4,21,141). Sum of RGB (Red+Green+Blue) = 4+21+141=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #04158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04158D is #FBEA72. Grayscale: #1D1D1D. Windows color (decimal): -16509555 or 9245956. OLE color: 9245956.

HSL color Cylindrical-coordinate representation of color #04158D: hue angle of 232.55º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04158D is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 21 141 -
CMYK 0.97 0.85 0 0.45
HSL 232.55º 0.94% 0.28% -
HSV(B) 232.55º 0.97% 0.55% -
XYZ 5.13 2.49 25.41 -
YUV 29.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 4 21 141 0.97 0.85 0 0.45 232.55 0.94 0.28
Hex 4 15 8D 61 55 0 2D E9 5E 1C
Octal 4 25 215 141 125 0 55 351 136 34
Binary 100 10101 10001101 1100001 1010101 0 101101 11101001 1011110 11100

Color Harmonies of #04158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04158D

Black with #04158D

Text Example


Text Example

White with #04158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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