#240CAC

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

Shades of Ultramarine #240CAC

Tints of Ultramarine #240CAC

Color information

#240CAC (or 0x240CAC) is unknown color: approx Ultramarine. HEX triplet: 24, 0C and AC. RGB value is (36,12,172). Sum of RGB (Red+Green+Blue) = 36+12+172=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #240CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CAC is #DBF353. Grayscale: #242424. Windows color (decimal): -14414676 or 11275300. OLE color: 11275300.

HSL color Cylindrical-coordinate representation of color #240CAC: hue angle of 249º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240CAC is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3612172-
CMYK0.790.9300.33
HSL249º86.96%36.08%-
HSV(B)249º93.02%67.45%-
XYZ8.313.6239.29-
YUV37.42203.95126.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 172 (67.58% from 255) = 78.18%
R=16.36%
G=5.45%
B=78.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36121720.790.9300.3324986.9636.08
Hex24CAC4F5D021f95724
Octal441425411713504137112744
Binary100100110010101100100111110111010100001111110011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240CAC; }

 p { color: rgb(36,12,172); }

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

<style>
 a { background-color: #240CAC; }

 a { background-color: rgb(36,12,172); }

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

<style>
 span { border-color: #240CAC; }

 span { border-color: rgb(36,12,172); }

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