#241F9D

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

Shades of Ultramarine #241F9D

Tints of Ultramarine #241F9D

Color information

#241F9D (or 0x241F9D) is unknown color: approx Ultramarine. HEX triplet: 24, 1F and 9D. RGB value is (36,31,157). Sum of RGB (Red+Green+Blue) = 36+31+157=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #241F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241F9D is #DBE062. Grayscale: #2E2E2E. Windows color (decimal): -14409827 or 10297124. OLE color: 10297124.

HSL color Cylindrical-coordinate representation of color #241F9D: hue angle of 242.38º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241F9D is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3631157-
CMYK0.770.8000.38
HSL242.38º67.02%36.86%-
HSV(B)242.38º80.25%61.57%-
XYZ7.33.7932.24-
YUV46.86190.16120.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 157 (61.72% from 255) = 70.09%
R=16.07%
G=13.84%
B=70.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36311570.770.8000.38242.3867.0236.86
Hex241F9D4D50026f24325
Octal443723511512004636210345
Binary1001001111110011101100110110100000100110111100101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241F9D; }

 p { color: rgb(36,31,157); }

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

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

 a { background-color: rgb(36,31,157); }

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

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

 span { border-color: rgb(36,31,157); }

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