#1379B5

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

Shades of Cerulean #1379B5

Tints of Cerulean #1379B5

Color information

#1379B5 (or 0x1379B5) is unknown color: approx Cerulean. HEX triplet: 13, 79 and B5. RGB value is (19,121,181). Sum of RGB (Red+Green+Blue) = 19+121+181=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #1379B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379B5 is #EC864A. Grayscale: #616161. Windows color (decimal): -15500875 or 11893011. OLE color: 11893011.

HSL color Cylindrical-coordinate representation of color #1379B5: hue angle of 202.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1379B5 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB19121181-
CMYK0.900.3300.29
HSL202.22º81%39.22%-
HSV(B)202.22º89.5%70.98%-
XYZ15.4517.1546.21-
YUV97.34175.2172.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.92%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 181 (71.09% from 255) = 56.39%
R=5.92%
G=37.69%
B=56.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191211810.900.3300.29202.228139.22
Hex1379B55A2101Dca5127
Octal231712651324103531212147
Binary100111111001101101011011010100001011101110010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1379B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1379B5; }

 p { color: rgb(19,121,181); }

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

<style>
 a { background-color: #1379B5; }

 a { background-color: rgb(19,121,181); }

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

<style>
 span { border-color: #1379B5; }

 span { border-color: rgb(19,121,181); }

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