Html Css Color HEX #04188C Ultramarine

📋 copy color: '#04188C'

red 4 ◦ green 24 ◦ blue 140

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

Shades of Ultramarine #04188C

Tints of Ultramarine #04188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 2.38%
G = 14.29%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04188C (or 0x04188C) is known color: Ultramarine. HEX triplet: 04, 18 and 8C. RGB value is (4,24,140). Sum of RGB (Red+Green+Blue) = 4+24+140=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #04188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04188C is #FBE773. Grayscale: #1E1E1E. Windows color (decimal): -16508788 or 9181188. OLE color: 9181188.

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

Color convert

RGB 4 24 140 -
CMYK 0.97 0.83 0 0.45
HSL 231.18º 0.94% 0.28% -
HSV(B) 231.18º 0.97% 0.55% -
XYZ 5.11 2.57 25.04 -
YUV 31.24 189.37 108.57 -
System Red Green Blue C M Y K H S L
Decimal 4 24 140 0.97 0.83 0 0.45 231.18 0.94 0.28
Hex 4 18 8C 61 53 0 2D E7 5E 1C
Octal 4 30 214 141 123 0 55 347 136 34
Binary 100 11000 10001100 1100001 1010011 0 101101 11100111 1011110 11100

Color Harmonies of #04188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04188C

Black with #04188C

Text Example


Text Example

White with #04188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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