#1C50AF

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

Shades of Cerulean Blue #1C50AF

Tints of Cerulean Blue #1C50AF

Color information

#1C50AF (or 0x1C50AF) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 50 and AF. RGB value is (28,80,175). Sum of RGB (Red+Green+Blue) = 28+80+175=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C50AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C50AF is #E3AF50. Grayscale: #4A4A4A. Windows color (decimal): -14921553 or 11489308. OLE color: 11489308.

HSL color Cylindrical-coordinate representation of color #1C50AF: hue angle of 218.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C50AF is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2880175-
CMYK0.840.5400.31
HSL218.78º72.41%39.8%-
HSV(B)218.78º84%68.63%-
XYZ11.099.0841.73-
YUV75.28184.2794.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 175 (68.75% from 255) = 61.84%
R=9.89%
G=28.27%
B=61.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28801750.840.5400.31218.7872.4139.8
Hex1C50AF543601Fdb4828
Octal341202571246603733311050
Binary111001010000101011111010100110110011111110110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,80,175); }

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

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

 a { background-color: rgb(28,80,175); }

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

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

 span { border-color: rgb(28,80,175); }

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