Html Css Color HEX #04148E Ultramarine

📋 copy color: '#04148E'

red 4 ◦ green 20 ◦ blue 142

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

Shades of Ultramarine #04148E

Tints of Ultramarine #04148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

 BLUE value IS 142 (55.86% from 255) = 85.54%

R = 2.41%
G = 12.05%
B = 85.54%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04148E (or 0x04148E) is known color: Ultramarine. HEX triplet: 04, 14 and 8E. RGB value is (4,20,142). Sum of RGB (Red+Green+Blue) = 4+20+142=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 142 (55.86% from 255 or 85.54% from 166); Max value from RGB is 142 - color contains mainly: blue. Hex color #04148E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04148E is #FBEB71. Grayscale: #1C1C1C. Windows color (decimal): -16509810 or 9311236. OLE color: 9311236.

HSL color Cylindrical-coordinate representation of color #04148E: hue angle of 233.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04148E is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 20 142 -
CMYK 0.97 0.86 0 0.44
HSL 233.04º 0.95% 0.29% -
HSV(B) 233.04º 0.97% 0.56% -
XYZ 5.18 2.48 25.8 -
YUV 29.12 191.7 110.08 -
System Red Green Blue C M Y K H S L
Decimal 4 20 142 0.97 0.86 0 0.44 233.04 0.95 0.29
Hex 4 14 8E 61 56 0 2C E9 5F 1D
Octal 4 24 216 141 126 0 54 351 137 35
Binary 100 10100 10001110 1100001 1010110 0 101100 11101001 1011111 11101

Color Harmonies of #04148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04148E

Black with #04148E

Text Example


Text Example

White with #04148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04148E; }

 p { color: rgb(4,20,142); }

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

background-color css

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

 a { background-color: rgb(4,20,142); }

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

border-color css

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

 span { border-color: rgb(4,20,142); }

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