#1C7CA3

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

Shades of Cerulean #1C7CA3

Tints of Cerulean #1C7CA3

Color information

#1C7CA3 (or 0x1C7CA3) is unknown color: approx Cerulean. HEX triplet: 1C, 7C and A3. RGB value is (28,124,163). Sum of RGB (Red+Green+Blue) = 28+124+163=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #1C7CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7CA3 is #E3835C. Grayscale: #636363. Windows color (decimal): -14910301 or 10714140. OLE color: 10714140.

HSL color Cylindrical-coordinate representation of color #1C7CA3: hue angle of 197.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7CA3 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB28124163-
CMYK0.830.2400.36
HSL197.33º70.68%37.45%-
HSV(B)197.33º82.82%63.92%-
XYZ14.317.3137.24-
YUV99.74163.776.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 163 (64.06% from 255) = 51.75%
R=8.89%
G=39.37%
B=51.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281241630.830.2400.36197.3370.6837.45
Hex1C7CA35318024c54725
Octal341742431233004430510745
Binary111001111100101000111010011110000100100110001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,163); }

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

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

 a { background-color: rgb(28,124,163); }

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

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

 span { border-color: rgb(28,124,163); }

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