Html Css Color HEX #1388AC Cerulean

📋 copy color: '#1388AC'

red 19 ◦ green 136 ◦ blue 172

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

Shades of Cerulean #1388AC

Tints of Cerulean #1388AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 5.81%
G = 41.59%
B = 52.6%

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

#1388AC (or 0x1388AC) is known color: Cerulean. HEX triplet: 13, 88 and AC. RGB value is (19,136,172). Sum of RGB (Red+Green+Blue) = 19+136+172=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1388AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1388AC is #EC7753. Grayscale: #686868. Windows color (decimal): -15497044 or 11307027. OLE color: 11307027.

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

Color convert

RGB 19 136 172 -
CMYK 0.89 0.21 0 0.33
HSL 194.12º 0.8% 0.37% -
HSV(B) 194.12º 0.89% 0.67% -
XYZ 16.52 20.73 42.16 -
YUV 105.12 165.74 66.57 -
System Red Green Blue C M Y K H S L
Decimal 19 136 172 0.89 0.21 0 0.33 194.12 0.8 0.37
Hex 13 88 AC 59 15 0 21 C2 50 25
Octal 23 210 254 131 25 0 41 302 120 45
Binary 10011 10001000 10101100 1011001 10101 0 100001 11000010 1010000 100101

Color Harmonies of #1388AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388AC

Black with #1388AC

Text Example


Text Example

White with #1388AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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