Html Css Color HEX #1386AC Cerulean

📋 copy color: '#1386AC'

red 19 ◦ green 134 ◦ blue 172

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

Shades of Cerulean #1386AC

Tints of Cerulean #1386AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

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

R = 5.85%
G = 41.23%
B = 52.92%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1386AC (or 0x1386AC) is known color: Cerulean. HEX triplet: 13, 86 and AC. RGB value is (19,134,172). Sum of RGB (Red+Green+Blue) = 19+134+172=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1386AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1386AC is #EC7953. Grayscale: #676767. Windows color (decimal): -15497556 or 11306515. OLE color: 11306515.

HSL color Cylindrical-coordinate representation of color #1386AC: hue angle of 194.9º 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 #1386AC is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 134 172 -
CMYK 0.89 0.22 0 0.33
HSL 194.9º 0.8% 0.37% -
HSV(B) 194.9º 0.89% 0.67% -
XYZ 16.24 20.17 42.07 -
YUV 103.95 166.4 67.41 -
System Red Green Blue C M Y K H S L
Decimal 19 134 172 0.89 0.22 0 0.33 194.9 0.8 0.37
Hex 13 86 AC 59 16 0 21 C3 50 25
Octal 23 206 254 131 26 0 41 303 120 45
Binary 10011 10000110 10101100 1011001 10110 0 100001 11000011 1010000 100101

Color Harmonies of #1386AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386AC

Black with #1386AC

Text Example


Text Example

White with #1386AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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