#1C2A6A

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

Shades of Sapphire #1C2A6A

Tints of Sapphire #1C2A6A

Color information

#1C2A6A (or 0x1C2A6A) is unknown color: approx Sapphire. HEX triplet: 1C, 2A and 6A. RGB value is (28,42,106). Sum of RGB (Red+Green+Blue) = 28+42+106=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C2A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2A6A is #E3D595. Grayscale: #2C2C2C. Windows color (decimal): -14931350 or 6957596. OLE color: 6957596.

HSL color Cylindrical-coordinate representation of color #1C2A6A: hue angle of 229.23º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2A6A is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2842106-
CMYK0.740.6000.58
HSL229.23º58.21%26.27%-
HSV(B)229.23º73.58%41.57%-
XYZ3.912.9414-
YUV45.11162.36115.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 106 (41.80% from 255) = 60.23%
R=15.91%
G=23.86%
B=60.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28421060.740.6000.58229.2358.2126.27
Hex1C2A6A4A3C03Ae53a1a
Octal3452152112740723457232
Binary111001010101101010100101011110001110101110010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,42,106); }

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

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

 a { background-color: rgb(28,42,106); }

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

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

 span { border-color: rgb(28,42,106); }

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