Html Css Color HEX #1382AE Cerulean

📋 copy color: '#1382AE'

red 19 ◦ green 130 ◦ blue 174

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

Shades of Cerulean #1382AE

Tints of Cerulean #1382AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

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

R = 5.88%
G = 40.25%
B = 53.87%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1382AE (or 0x1382AE) is known color: Cerulean. HEX triplet: 13, 82 and AE. RGB value is (19,130,174). Sum of RGB (Red+Green+Blue) = 19+130+174=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #1382AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1382AE is #EC7D51. Grayscale: #656565. Windows color (decimal): -15498578 or 11436563. OLE color: 11436563.

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

Color convert

RGB 19 130 174 -
CMYK 0.89 0.25 0 0.32
HSL 197.03º 0.8% 0.38% -
HSV(B) 197.03º 0.89% 0.68% -
XYZ 15.89 19.16 42.91 -
YUV 101.83 168.73 68.92 -
System Red Green Blue C M Y K H S L
Decimal 19 130 174 0.89 0.25 0 0.32 197.03 0.8 0.38
Hex 13 82 AE 59 19 0 20 C5 50 26
Octal 23 202 256 131 31 0 40 305 120 46
Binary 10011 10000010 10101110 1011001 11001 0 100000 11000101 1010000 100110

Color Harmonies of #1382AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382AE

Black with #1382AE

Text Example


Text Example

White with #1382AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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