#1374AE

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

Shades of Cerulean #1374AE

Tints of Cerulean #1374AE

Color information

#1374AE (or 0x1374AE) is unknown color: approx Cerulean. HEX triplet: 13, 74 and AE. RGB value is (19,116,174). Sum of RGB (Red+Green+Blue) = 19+116+174=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #1374AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1374AE is #EC8B51. Grayscale: #5D5D5D. Windows color (decimal): -15502162 or 11432979. OLE color: 11432979.

HSL color Cylindrical-coordinate representation of color #1374AE: hue angle of 202.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1374AE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19116174-
CMYK0.890.3300.32
HSL202.45º80.31%37.84%-
HSV(B)202.45º89.08%68.24%-
XYZ14.1515.6942.33-
YUV93.61173.3674.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=6.15%
G=37.54%
B=56.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191161740.890.3300.32202.4580.3137.84
Hex1374AE5921020ca5026
Octal231642561314104031212046
Binary1001111101001010111010110011000010100000110010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1374AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1374AE; }

 p { color: rgb(19,116,174); }

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

<style>
 a { background-color: #1374AE; }

 a { background-color: rgb(19,116,174); }

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

<style>
 span { border-color: #1374AE; }

 span { border-color: rgb(19,116,174); }

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