#1C0D92

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

Shades of Ultramarine #1C0D92

Tints of Ultramarine #1C0D92

Color information

#1C0D92 (or 0x1C0D92) is unknown color: approx Ultramarine. HEX triplet: 1C, 0D and 92. RGB value is (28,13,146). Sum of RGB (Red+Green+Blue) = 28+13+146=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C0D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0D92 is #E3F26D. Grayscale: #202020. Windows color (decimal): -14938734 or 9571612. OLE color: 9571612.

HSL color Cylindrical-coordinate representation of color #1C0D92: hue angle of 246.77º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0D92 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2813146-
CMYK0.810.9100.43
HSL246.77º83.65%31.18%-
HSV(B)246.77º91.1%57.25%-
XYZ5.812.6127.39-
YUV32.65191.97124.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 146 (57.42% from 255) = 78.07%
R=14.97%
G=6.95%
B=78.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28131460.810.9100.43246.7783.6531.18
Hex1CD92515B02Bf7541f
Octal341522212113305336712437
Binary1110011011001001010100011011011010101111110111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,13,146); }

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

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

 a { background-color: rgb(28,13,146); }

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

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

 span { border-color: rgb(28,13,146); }

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