Html Css Color HEX #1380AC Cerulean

📋 copy color: '#1380AC'

red 19 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #1380AC

Tints of Cerulean #1380AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 5.96%
G = 40.13%
B = 53.92%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1380AC (or 0x1380AC) is known color: Cerulean. HEX triplet: 13, 80 and AC. RGB value is (19,128,172). Sum of RGB (Red+Green+Blue) = 19+128+172=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #1380AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1380AC is #EC7F53. Grayscale: #646464. Windows color (decimal): -15499092 or 11304979. OLE color: 11304979.

HSL color Cylindrical-coordinate representation of color #1380AC: hue angle of 197.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1380AC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 128 172 -
CMYK 0.89 0.26 0 0.33
HSL 197.25º 0.8% 0.37% -
HSV(B) 197.25º 0.89% 0.67% -
XYZ 15.43 18.56 41.8 -
YUV 100.43 168.39 69.92 -
System Red Green Blue C M Y K H S L
Decimal 19 128 172 0.89 0.26 0 0.33 197.25 0.8 0.37
Hex 13 80 AC 59 1A 0 21 C5 50 25
Octal 23 200 254 131 32 0 41 305 120 45
Binary 10011 10000000 10101100 1011001 11010 0 100001 11000101 1010000 100101

Color Harmonies of #1380AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380AC

Black with #1380AC

Text Example


Text Example

White with #1380AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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