#24188A

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

Shades of Ultramarine #24188A

Tints of Ultramarine #24188A

Color information

#24188A (or 0x24188A) is unknown color: approx Ultramarine. HEX triplet: 24, 18 and 8A. RGB value is (36,24,138). Sum of RGB (Red+Green+Blue) = 36+24+138=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #24188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24188A is #DBE775. Grayscale: #282828. Windows color (decimal): -14411638 or 9050148. OLE color: 9050148.

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

Color convert

RGB3624138-
CMYK0.740.8300.46
HSL246.32º70.37%31.76%-
HSV(B)246.32º82.61%54.12%-
XYZ5.642.8624.3-
YUV40.58182.98124.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 138 (54.30% from 255) = 69.70%
R=18.18%
G=12.12%
B=69.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36241380.740.8300.46246.3270.3731.76
Hex24188A4A5302Ef64620
Octal443021211212305636610640
Binary1001001100010001010100101010100110101110111101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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