#24029E

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

Shades of Ultramarine #24029E

Tints of Ultramarine #24029E

Color information

#24029E (or 0x24029E) is unknown color: approx Ultramarine. HEX triplet: 24, 02 and 9E. RGB value is (36,2,158). Sum of RGB (Red+Green+Blue) = 36+2+158=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #24029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24029E is #DBFD61. Grayscale: #1D1D1D. Windows color (decimal): -14417250 or 10355236. OLE color: 10355236.

HSL color Cylindrical-coordinate representation of color #24029E: hue angle of 253.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24029E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB362158-
CMYK0.770.9900.38
HSL253.08º97.5%31.37%-
HSV(B)253.08º98.73%61.96%-
XYZ6.922.8932.54-
YUV29.95200.26132.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 158 (62.11% from 255) = 80.61%
R=18.37%
G=1.02%
B=80.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3621580.770.9900.38253.0897.531.37
Hex2429E4D63026fd621f
Octal44223611514304637514237
Binary100100101001111010011011100011010011011111101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24029E; }

 p { color: rgb(36,2,158); }

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

<style>
 a { background-color: #24029E; }

 a { background-color: rgb(36,2,158); }

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

<style>
 span { border-color: #24029E; }

 span { border-color: rgb(36,2,158); }

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