Html Css Color HEX #1381AB Cerulean

📋 copy color: '#1381AB'

red 19 ◦ green 129 ◦ blue 171

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

Shades of Cerulean #1381AB

Tints of Cerulean #1381AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 5.96%
G = 40.44%
B = 53.61%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1381AB (or 0x1381AB) is known color: Cerulean. HEX triplet: 13, 81 and AB. RGB value is (19,129,171). Sum of RGB (Red+Green+Blue) = 19+129+171=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #1381AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1381AB is #EC7E54. Grayscale: #646464. Windows color (decimal): -15498837 or 11239699. OLE color: 11239699.

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

Color convert

RGB 19 129 171 -
CMYK 0.89 0.25 0 0.33
HSL 196.58º 0.8% 0.37% -
HSV(B) 196.58º 0.89% 0.67% -
XYZ 15.47 18.78 41.34 -
YUV 100.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 19 129 171 0.89 0.25 0 0.33 196.58 0.8 0.37
Hex 13 81 AB 59 19 0 21 C5 50 25
Octal 23 201 253 131 31 0 41 305 120 45
Binary 10011 10000001 10101011 1011001 11001 0 100001 11000101 1010000 100101

Color Harmonies of #1381AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381AB

Black with #1381AB

Text Example


Text Example

White with #1381AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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