#1775A3

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

Shades of Cerulean #1775A3

Tints of Cerulean #1775A3

Color information

#1775A3 (or 0x1775A3) is unknown color: approx Cerulean. HEX triplet: 17, 75 and A3. RGB value is (23,117,163). Sum of RGB (Red+Green+Blue) = 23+117+163=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #1775A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1775A3 is #E88A5C. Grayscale: #5D5D5D. Windows color (decimal): -15239773 or 10712343. OLE color: 10712343.

HSL color Cylindrical-coordinate representation of color #1775A3: hue angle of 199.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1775A3 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB23117163-
CMYK0.860.2800.36
HSL199.71º75.27%36.47%-
HSV(B)199.71º85.89%63.92%-
XYZ13.3315.5536.95-
YUV94.14166.8677.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.59%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 163 (64.06% from 255) = 53.80%
R=7.59%
G=38.61%
B=53.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal231171630.860.2800.36199.7175.2736.47
Hex1775A3561C024c84b24
Octal271652431263404431011344
Binary101111110101101000111010110111000100100110010001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1775A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1775A3; }

 p { color: rgb(23,117,163); }

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

<style>
 a { background-color: #1775A3; }

 a { background-color: rgb(23,117,163); }

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

<style>
 span { border-color: #1775A3; }

 span { border-color: rgb(23,117,163); }

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