Html Css Color HEX #1381AD Cerulean

📋 copy color: '#1381AD'

red 19 ◦ green 129 ◦ blue 173

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

Shades of Cerulean #1381AD

Tints of Cerulean #1381AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 5.92%
G = 40.19%
B = 53.89%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1381AD (or 0x1381AD) is known color: Cerulean. HEX triplet: 13, 81 and AD. RGB value is (19,129,173). Sum of RGB (Red+Green+Blue) = 19+129+173=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #1381AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1381AD is #EC7E52. Grayscale: #646464. Windows color (decimal): -15498835 or 11370771. OLE color: 11370771.

HSL color Cylindrical-coordinate representation of color #1381AD: hue angle of 197.14º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1381AD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 129 173 -
CMYK 0.89 0.25 0 0.32
HSL 197.14º 0.8% 0.38% -
HSV(B) 197.14º 0.89% 0.68% -
XYZ 15.66 18.86 42.35 -
YUV 101.13 168.56 69.42 -
System Red Green Blue C M Y K H S L
Decimal 19 129 173 0.89 0.25 0 0.32 197.14 0.8 0.38
Hex 13 81 AD 59 19 0 20 C5 50 26
Octal 23 201 255 131 31 0 40 305 120 46
Binary 10011 10000001 10101101 1011001 11001 0 100000 11000101 1010000 100110

Color Harmonies of #1381AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381AD

Black with #1381AD

Text Example


Text Example

White with #1381AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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