#1380B8

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

Shades of Cerulean #1380B8

Tints of Cerulean #1380B8

Color information

#1380B8 (or 0x1380B8) is unknown color: approx Cerulean. HEX triplet: 13, 80 and B8. RGB value is (19,128,184). Sum of RGB (Red+Green+Blue) = 19+128+184=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #1380B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380B8 is #EC7F47. Grayscale: #656565. Windows color (decimal): -15499080 or 12091411. OLE color: 12091411.

HSL color Cylindrical-coordinate representation of color #1380B8: hue angle of 200.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1380B8 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB19128184-
CMYK0.900.3000.28
HSL200.36º81.28%39.8%-
HSV(B)200.36º89.67%72.16%-
XYZ16.6419.0448.15-
YUV101.79174.3968.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.74%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=5.74%
G=38.67%
B=55.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191281840.900.3000.28200.3681.2839.8
Hex1380B85A1E01Cc85128
Octal232002701323603431012150
Binary100111000000010111000101101011110011100110010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1380B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1380B8; }

 p { color: rgb(19,128,184); }

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

<style>
 a { background-color: #1380B8; }

 a { background-color: rgb(19,128,184); }

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

<style>
 span { border-color: #1380B8; }

 span { border-color: rgb(19,128,184); }

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