#1770A5

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

Shades of Cerulean #1770A5

Tints of Cerulean #1770A5

Color information

#1770A5 (or 0x1770A5) is unknown color: approx Cerulean. HEX triplet: 17, 70 and A5. RGB value is (23,112,165). Sum of RGB (Red+Green+Blue) = 23+112+165=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #1770A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1770A5 is #E88F5A. Grayscale: #5B5B5B. Windows color (decimal): -15241051 or 10842135. OLE color: 10842135.

HSL color Cylindrical-coordinate representation of color #1770A5: hue angle of 202.39º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1770A5 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB23112165-
CMYK0.860.3200.35
HSL202.39º75.53%36.86%-
HSV(B)202.39º86.06%64.71%-
XYZ12.9414.4937.71-
YUV91.43169.5179.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 165 (64.84% from 255) = 55%
R=7.67%
G=37.33%
B=55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal231121650.860.3200.35202.3975.5336.86
Hex1770A55620023ca4c25
Octal271602451264004331211445
Binary1011111100001010010110101101000000100011110010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1770A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1770A5; }

 p { color: rgb(23,112,165); }

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

<style>
 a { background-color: #1770A5; }

 a { background-color: rgb(23,112,165); }

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

<style>
 span { border-color: #1770A5; }

 span { border-color: rgb(23,112,165); }

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