Html Css Color HEX #1385AB Cerulean

📋 copy color: '#1385AB'

red 19 ◦ green 133 ◦ blue 171

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

Shades of Cerulean #1385AB

Tints of Cerulean #1385AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 5.88%
G = 41.18%
B = 52.94%

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

#1385AB (or 0x1385AB) is known color: Cerulean. HEX triplet: 13, 85 and AB. RGB value is (19,133,171). Sum of RGB (Red+Green+Blue) = 19+133+171=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1385AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1385AB is #EC7A54. Grayscale: #666666. Windows color (decimal): -15497813 or 11240723. OLE color: 11240723.

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

Color convert

RGB 19 133 171 -
CMYK 0.89 0.22 0 0.33
HSL 195º 0.8% 0.37% -
HSV(B) 195º 0.89% 0.67% -
XYZ 16.01 19.85 41.52 -
YUV 103.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 19 133 171 0.89 0.22 0 0.33 195 0.8 0.37
Hex 13 85 AB 59 16 0 21 C3 50 25
Octal 23 205 253 131 26 0 41 303 120 45
Binary 10011 10000101 10101011 1011001 10110 0 100001 11000011 1010000 100101

Color Harmonies of #1385AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385AB

Black with #1385AB

Text Example


Text Example

White with #1385AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1385AB; }

 p { color: rgb(19,133,171); }

 H1.HeaderClassName
 {
   color: #1385AB;
 }
 .AnyTagClassName
 {
   color: #1385AB;
 }
</style>

background-color css

<style>
 a { background-color: #1385AB; }

 a { background-color: rgb(19,133,171); }

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

border-color css

<style>
 span { border-color: #1385AB; }

 span { border-color: rgb(19,133,171); }

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