#2416B1

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

Shades of Ultramarine #2416B1

Tints of Ultramarine #2416B1

Color information

#2416B1 (or 0x2416B1) is unknown color: approx Ultramarine. HEX triplet: 24, 16 and B1. RGB value is (36,22,177). Sum of RGB (Red+Green+Blue) = 36+22+177=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #2416B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2416B1 is #DBE94E. Grayscale: #2B2B2B. Windows color (decimal): -14412111 or 11605540. OLE color: 11605540.

HSL color Cylindrical-coordinate representation of color #2416B1: hue angle of 245.42º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2416B1 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3622177-
CMYK0.800.8800.31
HSL245.42º77.89%39.02%-
HSV(B)245.42º87.57%69.41%-
XYZ8.954.1241.92-
YUV43.86203.14122.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 177 (69.53% from 255) = 75.32%
R=15.32%
G=9.36%
B=75.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36221770.800.8800.31245.4277.8939.02
Hex2416B1505801Ff54e27
Octal442626112013003736511647
Binary100100101101011000110100001011000011111111101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2416B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2416B1; }

 p { color: rgb(36,22,177); }

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

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

 a { background-color: rgb(36,22,177); }

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

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

 span { border-color: rgb(36,22,177); }

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