Html Css Color HEX #1387AC Cerulean

📋 copy color: '#1387AC'

red 19 ◦ green 135 ◦ blue 172

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

Shades of Cerulean #1387AC

Tints of Cerulean #1387AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 5.83%
G = 41.41%
B = 52.76%

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

#1387AC (or 0x1387AC) is known color: Cerulean. HEX triplet: 13, 87 and AC. RGB value is (19,135,172). Sum of RGB (Red+Green+Blue) = 19+135+172=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1387AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1387AC is #EC7853. Grayscale: #686868. Windows color (decimal): -15497300 or 11306771. OLE color: 11306771.

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

Color convert

RGB 19 135 172 -
CMYK 0.89 0.22 0 0.33
HSL 194.51º 0.8% 0.37% -
HSV(B) 194.51º 0.89% 0.67% -
XYZ 16.38 20.44 42.11 -
YUV 104.53 166.07 66.99 -
System Red Green Blue C M Y K H S L
Decimal 19 135 172 0.89 0.22 0 0.33 194.51 0.8 0.37
Hex 13 87 AC 59 16 0 21 C3 50 25
Octal 23 207 254 131 26 0 41 303 120 45
Binary 10011 10000111 10101100 1011001 10110 0 100001 11000011 1010000 100101

Color Harmonies of #1387AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387AC

Black with #1387AC

Text Example


Text Example

White with #1387AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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