#24069F

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

Shades of Ultramarine #24069F

Tints of Ultramarine #24069F

Color information

#24069F (or 0x24069F) is unknown color: approx Ultramarine. HEX triplet: 24, 06 and 9F. RGB value is (36,6,159). Sum of RGB (Red+Green+Blue) = 36+6+159=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #24069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24069F is #DBF960. Grayscale: #1F1F1F. Windows color (decimal): -14416225 or 10421796. OLE color: 10421796.

HSL color Cylindrical-coordinate representation of color #24069F: hue angle of 251.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24069F is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB366159-
CMYK0.770.9600.38
HSL251.76º92.73%32.35%-
HSV(B)251.76º96.23%62.35%-
XYZ7.053.0133.01-
YUV32.41199.44130.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 159 (62.5% from 255) = 79.10%
R=17.91%
G=2.99%
B=79.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3661590.770.9600.38251.7692.7332.35
Hex2469F4D60026fc5d20
Octal44623711514004637413540
Binary10010011010011111100110111000000100110111111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24069F; }

 p { color: rgb(36,6,159); }

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

<style>
 a { background-color: #24069F; }

 a { background-color: rgb(36,6,159); }

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

<style>
 span { border-color: #24069F; }

 span { border-color: rgb(36,6,159); }

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