Html Css Color HEX #1382AB Cerulean

📋 copy color: '#1382AB'

red 19 ◦ green 130 ◦ blue 171

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

Shades of Cerulean #1382AB

Tints of Cerulean #1382AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

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

R = 5.94%
G = 40.63%
B = 53.44%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1382AB (or 0x1382AB) is known color: Cerulean. HEX triplet: 13, 82 and AB. RGB value is (19,130,171). Sum of RGB (Red+Green+Blue) = 19+130+171=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #1382AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1382AB is #EC7D54. Grayscale: #656565. Windows color (decimal): -15498581 or 11239955. OLE color: 11239955.

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

Color convert

RGB 19 130 171 -
CMYK 0.89 0.24 0 0.33
HSL 196.18º 0.8% 0.37% -
HSV(B) 196.18º 0.89% 0.67% -
XYZ 15.6 19.04 41.38 -
YUV 101.49 167.23 69.17 -
System Red Green Blue C M Y K H S L
Decimal 19 130 171 0.89 0.24 0 0.33 196.18 0.8 0.37
Hex 13 82 AB 59 18 0 21 C4 50 25
Octal 23 202 253 131 30 0 41 304 120 45
Binary 10011 10000010 10101011 1011001 11000 0 100001 11000100 1010000 100101

Color Harmonies of #1382AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382AB

Black with #1382AB

Text Example


Text Example

White with #1382AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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