#24148A

Color #24148A Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #24148A

Tints of Ultramarine #24148A

Color information

#24148A (or 0x24148A) is unknown color: approx Ultramarine. HEX triplet: 24, 14 and 8A. RGB value is (36,20,138). Sum of RGB (Red+Green+Blue) = 36+20+138=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #24148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24148A is #DBEB75. Grayscale: #252525. Windows color (decimal): -14412662 or 9049124. OLE color: 9049124.

HSL color Cylindrical-coordinate representation of color #24148A: hue angle of 248.14º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24148A is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3620138-
CMYK0.740.8600.46
HSL248.14º74.68%30.98%-
HSV(B)248.14º85.51%54.12%-
XYZ5.572.7124.27-
YUV38.24184.3126.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=18.56%
G=10.31%
B=71.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36201380.740.8600.46248.1474.6830.98
Hex24148A4A5602Ef84b1f
Octal442421211212605637011337
Binary100100101001000101010010101010110010111011111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24148A; }

 p { color: rgb(36,20,138); }

 H1.HeaderClassName
 {
   color: #24148A;
 }
 .AnyTagClassName
 {
   color: #24148A;
 }
</style>
background-color css

<style>
 a { background-color: #24148A; }

 a { background-color: rgb(36,20,138); }

 div.DivClassName
 {
   background-color: #24148A;
 }
 .BgClassName
 {
   background-color: #24148A;
 }
</style>
border-color css

<style>
 span { border-color: #24148A; }

 span { border-color: rgb(36,20,138); }

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