Html Css Color HEX #1376AD Cerulean

📋 copy color: '#1376AD'

red 19 ◦ green 118 ◦ blue 173

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

Shades of Cerulean #1376AD

Tints of Cerulean #1376AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 6.13%
G = 38.06%
B = 55.81%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1376AD (or 0x1376AD) is known color: Cerulean. HEX triplet: 13, 76 and AD. RGB value is (19,118,173). Sum of RGB (Red+Green+Blue) = 19+118+173=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #1376AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1376AD is #EC8952. Grayscale: #5E5E5E. Windows color (decimal): -15501651 or 11367955. OLE color: 11367955.

HSL color Cylindrical-coordinate representation of color #1376AD: hue angle of 201.43º 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 #1376AD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 118 173 -
CMYK 0.89 0.32 0 0.32
HSL 201.43º 0.8% 0.38% -
HSV(B) 201.43º 0.89% 0.68% -
XYZ 14.29 16.11 41.89 -
YUV 94.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 19 118 173 0.89 0.32 0 0.32 201.43 0.8 0.38
Hex 13 76 AD 59 20 0 20 C9 50 26
Octal 23 166 255 131 40 0 40 311 120 46
Binary 10011 1110110 10101101 1011001 100000 0 100000 11001001 1010000 100110

Color Harmonies of #1376AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376AD

Black with #1376AD

Text Example


Text Example

White with #1376AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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