Html Css Color HEX #1380AE Cerulean

📋 copy color: '#1380AE'

red 19 ◦ green 128 ◦ blue 174

#1380AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1380AE

Tints of Cerulean #1380AE

RGB

 RED value IS 19 (7.81% from 255) = 5.92%

 GREEN value IS 128 (50.39% from 255) = 39.88%

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 5.92%
G = 39.88%
B = 54.21%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1380AE (or 0x1380AE) is known color: Cerulean. HEX triplet: 13, 80 and AE. RGB value is (19,128,174). Sum of RGB (Red+Green+Blue) = 19+128+174=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #1380AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1380AE is #EC7F51. Grayscale: #646464. Windows color (decimal): -15499090 or 11436051. OLE color: 11436051.

HSL color Cylindrical-coordinate representation of color #1380AE: hue angle of 197.81º 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 #1380AE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 128 174 -
CMYK 0.89 0.26 0 0.32
HSL 197.81º 0.8% 0.38% -
HSV(B) 197.81º 0.89% 0.68% -
XYZ 15.63 18.63 42.82 -
YUV 100.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 19 128 174 0.89 0.26 0 0.32 197.81 0.8 0.38
Hex 13 80 AE 59 1A 0 20 C6 50 26
Octal 23 200 256 131 32 0 40 306 120 46
Binary 10011 10000000 10101110 1011001 11010 0 100000 11000110 1010000 100110

Color Harmonies of #1380AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380AE

Black with #1380AE

Text Example


Text Example

White with #1380AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1380AE;
 }
 .AnyTagClassName
 {
   color: #1380AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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