#240995

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

Shades of Ultramarine #240995

Tints of Ultramarine #240995

Color information

#240995 (or 0x240995) is unknown color: approx Ultramarine. HEX triplet: 24, 09 and 95. RGB value is (36,9,149). Sum of RGB (Red+Green+Blue) = 36+9+149=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #240995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240995 is #DBF66A. Grayscale: #202020. Windows color (decimal): -14415467 or 9767204. OLE color: 9767204.

HSL color Cylindrical-coordinate representation of color #240995: hue angle of 251.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240995 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB369149-
CMYK0.760.9400.42
HSL251.57º88.61%30.98%-
HSV(B)251.57º93.96%58.43%-
XYZ6.252.7428.63-
YUV33.03193.45130.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 149 (58.59% from 255) = 76.80%
R=18.56%
G=4.64%
B=76.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3691490.760.9400.42251.5788.6130.98
Hex249954C5E02Afc591f
Octal441122511413605237413137
Binary10010010011001010110011001011110010101011111100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240995; }

 p { color: rgb(36,9,149); }

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

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

 a { background-color: rgb(36,9,149); }

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

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

 span { border-color: rgb(36,9,149); }

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