#1C029D

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

Shades of Ultramarine #1C029D

Tints of Ultramarine #1C029D

Color information

#1C029D (or 0x1C029D) is unknown color: approx Ultramarine. HEX triplet: 1C, 02 and 9D. RGB value is (28,2,157). Sum of RGB (Red+Green+Blue) = 28+2+157=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C029D is #E3FD62. Grayscale: #1A1A1A. Windows color (decimal): -14941539 or 10289692. OLE color: 10289692.

HSL color Cylindrical-coordinate representation of color #1C029D: hue angle of 250.06º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C029D is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB282157-
CMYK0.820.9900.38
HSL250.06º97.48%31.18%-
HSV(B)250.06º98.73%61.57%-
XYZ6.592.7232.08-
YUV27.44201.11128.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 157 (61.72% from 255) = 83.96%
R=14.97%
G=1.07%
B=83.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2821570.820.9900.38250.0697.4831.18
Hex1C29D5263026fa611f
Octal34223512214304637214137
Binary11100101001110110100101100011010011011111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,2,157); }

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

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

 a { background-color: rgb(28,2,157); }

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

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

 span { border-color: rgb(28,2,157); }

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