#1377AA

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

Shades of Cerulean #1377AA

Tints of Cerulean #1377AA

Color information

#1377AA (or 0x1377AA) is unknown color: approx Cerulean. HEX triplet: 13, 77 and AA. RGB value is (19,119,170). Sum of RGB (Red+Green+Blue) = 19+119+170=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1377AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1377AA is #EC8855. Grayscale: #5E5E5E. Windows color (decimal): -15501398 or 11171603. OLE color: 11171603.

HSL color Cylindrical-coordinate representation of color #1377AA: hue angle of 200.26º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1377AA is Cyan = 0.89, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB19119170-
CMYK0.890.300.33
HSL200.26º79.89%37.06%-
HSV(B)200.26º88.82%66.67%-
XYZ14.1216.2340.42-
YUV94.91170.3773.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.17%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=6.17%
G=38.64%
B=55.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191191700.890.300.33200.2679.8937.06
Hex1377AA591E021c85025
Octal231672521313604131012045
Binary100111110111101010101011001111100100001110010001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1377AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1377AA; }

 p { color: rgb(19,119,170); }

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

<style>
 a { background-color: #1377AA; }

 a { background-color: rgb(19,119,170); }

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

<style>
 span { border-color: #1377AA; }

 span { border-color: rgb(19,119,170); }

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