Html Css Color HEX #18048B Ultramarine

📋 copy color: '#18048B'

red 24 ◦ green 4 ◦ blue 139

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

Shades of Ultramarine #18048B

Tints of Ultramarine #18048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 83.23%

R = 14.37%
G = 2.4%
B = 83.23%

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

#18048B (or 0x18048B) is known color: Ultramarine. HEX triplet: 18, 04 and 8B. RGB value is (24,4,139). Sum of RGB (Red+Green+Blue) = 24+4+139=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #18048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18048B is #E7FB74. Grayscale: #181818. Windows color (decimal): -15203189 or 9110552. OLE color: 9110552.

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

Color convert

RGB 24 4 139 -
CMYK 0.83 0.97 0 0.45
HSL 248.89º 0.94% 0.28% -
HSV(B) 248.89º 0.97% 0.55% -
XYZ 5.08 2.15 24.57 -
YUV 25.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 24 4 139 0.83 0.97 0 0.45 248.89 0.94 0.28
Hex 18 4 8B 53 61 0 2D F9 5E 1C
Octal 30 4 213 123 141 0 55 371 136 34
Binary 11000 100 10001011 1010011 1100001 0 101101 11111001 1011110 11100

Color Harmonies of #18048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18048B

Black with #18048B

Text Example


Text Example

White with #18048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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