#2400A7

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

Shades of Ultramarine #2400A7

Tints of Ultramarine #2400A7

Color information

#2400A7 (or 0x2400A7) is unknown color: approx Ultramarine. HEX triplet: 24, 00 and A7. RGB value is (36,0,167). Sum of RGB (Red+Green+Blue) = 36+0+167=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 167 (65.62% from 255 or 82.27% from 203); Max value from RGB is 167 - color contains mainly: blue. Hex color #2400A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2400A7 is #DBFF58. Grayscale: #1D1D1D. Windows color (decimal): -14417753 or 10944548. OLE color: 10944548.

HSL color Cylindrical-coordinate representation of color #2400A7: hue angle of 252.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400A7 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB360167-
CMYK0.78100.35
HSL252.93º100%32.75%-
HSV(B)252.93º100%65.49%-
XYZ7.73.1736.76-
YUV29.8205.43132.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 82.27%
R=17.73%
G=0%
B=82.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3601670.78100.35252.9310032.75
Hex240A74E64023fd6421
Octal44024711614404337514441
Binary100100010100111100111011001000100011111111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2400A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2400A7; }

 p { color: rgb(36,0,167); }

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

<style>
 a { background-color: #2400A7; }

 a { background-color: rgb(36,0,167); }

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

<style>
 span { border-color: #2400A7; }

 span { border-color: rgb(36,0,167); }

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