Html Css Color HEX #18048C Ultramarine

📋 copy color: '#18048C'

red 24 ◦ green 4 ◦ blue 140

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

Shades of Ultramarine #18048C

Tints of Ultramarine #18048C

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18048C (or 0x18048C) is known color: Ultramarine. HEX triplet: 18, 04 and 8C. RGB value is (24,4,140). Sum of RGB (Red+Green+Blue) = 24+4+140=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 4 (1.95% from 255 or 2.38% 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 #18048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18048C is #E7FB73. Grayscale: #181818. Windows color (decimal): -15203188 or 9176088. OLE color: 9176088.

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

Color convert

RGB 24 4 140 -
CMYK 0.83 0.97 0 0.45
HSL 248.82º 0.94% 0.28% -
HSV(B) 248.82º 0.97% 0.55% -
XYZ 5.15 2.17 24.96 -
YUV 25.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 24 4 140 0.83 0.97 0 0.45 248.82 0.94 0.28
Hex 18 4 8C 53 61 0 2D F9 5E 1C
Octal 30 4 214 123 141 0 55 371 136 34
Binary 11000 100 10001100 1010011 1100001 0 101101 11111001 1011110 11100

Color Harmonies of #18048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18048C

Black with #18048C

Text Example


Text Example

White with #18048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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