#1C15B5

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

Shades of Ultramarine #1C15B5

Tints of Ultramarine #1C15B5

Color information

#1C15B5 (or 0x1C15B5) is unknown color: approx Ultramarine. HEX triplet: 1C, 15 and B5. RGB value is (28,21,181). Sum of RGB (Red+Green+Blue) = 28+21+181=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 181 (71.09% from 255 or 78.70% from 230); Max value from RGB is 181 - color contains mainly: blue. Hex color #1C15B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15B5 is #E3EA4A. Grayscale: #282828. Windows color (decimal): -14936651 or 11867420. OLE color: 11867420.

HSL color Cylindrical-coordinate representation of color #1C15B5: hue angle of 242.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C15B5 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2821181-
CMYK0.850.8800.29
HSL242.62º79.21%39.61%-
HSV(B)242.62º88.4%70.98%-
XYZ9.094.1244.03-
YUV41.33206.82118.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 181 (71.09% from 255) = 78.70%
R=12.17%
G=9.13%
B=78.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28211810.850.8800.29242.6279.2139.61
Hex1C15B5555801Df34f28
Octal342526512513003536311750
Binary11100101011011010110101011011000011101111100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C15B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C15B5; }

 p { color: rgb(28,21,181); }

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

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

 a { background-color: rgb(28,21,181); }

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

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

 span { border-color: rgb(28,21,181); }

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