#2418A4

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

Shades of Ultramarine #2418A4

Tints of Ultramarine #2418A4

Color information

#2418A4 (or 0x2418A4) is unknown color: approx Ultramarine. HEX triplet: 24, 18 and A4. RGB value is (36,24,164). Sum of RGB (Red+Green+Blue) = 36+24+164=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #2418A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2418A4 is #DBE75B. Grayscale: #2B2B2B. Windows color (decimal): -14411612 or 10754084. OLE color: 10754084.

HSL color Cylindrical-coordinate representation of color #2418A4: hue angle of 245.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2418A4 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3624164-
CMYK0.780.8500.36
HSL245.14º74.47%36.86%-
HSV(B)245.14º85.37%64.31%-
XYZ7.763.7135.43-
YUV43.55195.98122.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 164 (64.45% from 255) = 73.21%
R=16.07%
G=10.71%
B=73.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36241640.780.8500.36245.1474.4736.86
Hex2418A44E55024f54a25
Octal443024411612504436511245
Binary1001001100010100100100111010101010100100111101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2418A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2418A4; }

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

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

<style>
 a { background-color: #2418A4; }

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

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

<style>
 span { border-color: #2418A4; }

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

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