Html Css Color HEX #04198C Ultramarine

📋 copy color: '#04198C'

red 4 ◦ green 25 ◦ blue 140

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

Shades of Ultramarine #04198C

Tints of Ultramarine #04198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

 BLUE value IS 140 (55.08% from 255) = 82.84%

R = 2.37%
G = 14.79%
B = 82.84%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04198C (or 0x04198C) is known color: Ultramarine. HEX triplet: 04, 19 and 8C. RGB value is (4,25,140). Sum of RGB (Red+Green+Blue) = 4+25+140=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 140 (55.08% from 255 or 82.84% from 169); Max value from RGB is 140 - color contains mainly: blue. Hex color #04198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04198C is #FBE673. Grayscale: #1F1F1F. Windows color (decimal): -16508532 or 9181444. OLE color: 9181444.

HSL color Cylindrical-coordinate representation of color #04198C: hue angle of 230.74º 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 #04198C is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 25 140 -
CMYK 0.97 0.82 0 0.45
HSL 230.74º 0.94% 0.28% -
HSV(B) 230.74º 0.97% 0.55% -
XYZ 5.13 2.61 25.05 -
YUV 31.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 4 25 140 0.97 0.82 0 0.45 230.74 0.94 0.28
Hex 4 19 8C 61 52 0 2D E7 5E 1C
Octal 4 31 214 141 122 0 55 347 136 34
Binary 100 11001 10001100 1100001 1010010 0 101101 11100111 1011110 11100

Color Harmonies of #04198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04198C

Black with #04198C

Text Example


Text Example

White with #04198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04198C; }

 p { color: rgb(4,25,140); }

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

background-color css

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

 a { background-color: rgb(4,25,140); }

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

border-color css

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

 span { border-color: rgb(4,25,140); }

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