Html Css Color HEX #1386AF Cerulean

📋 copy color: '#1386AF'

red 19 ◦ green 134 ◦ blue 175

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

Shades of Cerulean #1386AF

Tints of Cerulean #1386AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 5.79%
G = 40.85%
B = 53.35%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1386AF (or 0x1386AF) is known color: Cerulean. HEX triplet: 13, 86 and AF. RGB value is (19,134,175). Sum of RGB (Red+Green+Blue) = 19+134+175=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1386AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1386AF is #EC7950. Grayscale: #686868. Windows color (decimal): -15497553 or 11503123. OLE color: 11503123.

HSL color Cylindrical-coordinate representation of color #1386AF: hue angle of 195.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1386AF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 134 175 -
CMYK 0.89 0.23 0 0.31
HSL 195.77º 0.8% 0.38% -
HSV(B) 195.77º 0.89% 0.69% -
XYZ 16.53 20.28 43.6 -
YUV 104.29 167.9 67.17 -
System Red Green Blue C M Y K H S L
Decimal 19 134 175 0.89 0.23 0 0.31 195.77 0.8 0.38
Hex 13 86 AF 59 17 0 1F C4 50 26
Octal 23 206 257 131 27 0 37 304 120 46
Binary 10011 10000110 10101111 1011001 10111 0 11111 11000100 1010000 100110

Color Harmonies of #1386AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386AF

Black with #1386AF

Text Example


Text Example

White with #1386AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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