#1C068F

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

Shades of Ultramarine #1C068F

Tints of Ultramarine #1C068F

Color information

#1C068F (or 0x1C068F) is unknown color: approx Ultramarine. HEX triplet: 1C, 06 and 8F. RGB value is (28,6,143). Sum of RGB (Red+Green+Blue) = 28+6+143=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C068F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C068F is #E3F970. Grayscale: #1B1B1B. Windows color (decimal): -14940529 or 9373212. OLE color: 9373212.

HSL color Cylindrical-coordinate representation of color #1C068F: hue angle of 249.64º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C068F is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB286143-
CMYK0.800.9600.44
HSL249.64º91.95%29.22%-
HSV(B)249.64º95.8%56.08%-
XYZ5.52.3626.15-
YUV28.2192.79127.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.82%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 143 (56.25% from 255) = 80.79%
R=15.82%
G=3.39%
B=80.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2861430.800.9600.44249.6491.9529.22
Hex1C68F506002Cfa5c1d
Octal34621712014005437213435
Binary111001101000111110100001100000010110011111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,6,143); }

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

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

 a { background-color: rgb(28,6,143); }

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

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

 span { border-color: rgb(28,6,143); }

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