Html Css Color HEX #1386AA Cerulean

📋 copy color: '#1386AA'

red 19 ◦ green 134 ◦ blue 170

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

Shades of Cerulean #1386AA

Tints of Cerulean #1386AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 5.88%
G = 41.49%
B = 52.63%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1386AA (or 0x1386AA) is known color: Cerulean. HEX triplet: 13, 86 and AA. RGB value is (19,134,170). Sum of RGB (Red+Green+Blue) = 19+134+170=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #1386AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1386AA is #EC7955. Grayscale: #676767. Windows color (decimal): -15497558 or 11175443. OLE color: 11175443.

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

Color convert

RGB 19 134 170 -
CMYK 0.89 0.21 0 0.33
HSL 194.3º 0.8% 0.37% -
HSV(B) 194.3º 0.89% 0.67% -
XYZ 16.05 20.09 41.06 -
YUV 103.72 165.4 67.57 -
System Red Green Blue C M Y K H S L
Decimal 19 134 170 0.89 0.21 0 0.33 194.3 0.8 0.37
Hex 13 86 AA 59 15 0 21 C2 50 25
Octal 23 206 252 131 25 0 41 302 120 45
Binary 10011 10000110 10101010 1011001 10101 0 100001 11000010 1010000 100101

Color Harmonies of #1386AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386AA

Black with #1386AA

Text Example


Text Example

White with #1386AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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