Html Css Color HEX #1377AD Cerulean

📋 copy color: '#1377AD'

red 19 ◦ green 119 ◦ blue 173

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

Shades of Cerulean #1377AD

Tints of Cerulean #1377AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 6.11%
G = 38.26%
B = 55.63%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1377AD (or 0x1377AD) is known color: Cerulean. HEX triplet: 13, 77 and AD. RGB value is (19,119,173). Sum of RGB (Red+Green+Blue) = 19+119+173=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #1377AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1377AD is #EC8852. Grayscale: #5E5E5E. Windows color (decimal): -15501395 or 11368211. OLE color: 11368211.

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

Color convert

RGB 19 119 173 -
CMYK 0.89 0.31 0 0.32
HSL 201.04º 0.8% 0.38% -
HSV(B) 201.04º 0.89% 0.68% -
XYZ 14.41 16.35 41.93 -
YUV 95.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 19 119 173 0.89 0.31 0 0.32 201.04 0.8 0.38
Hex 13 77 AD 59 1F 0 20 C9 50 26
Octal 23 167 255 131 37 0 40 311 120 46
Binary 10011 1110111 10101101 1011001 11111 0 100000 11001001 1010000 100110

Color Harmonies of #1377AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1377AD

Black with #1377AD

Text Example


Text Example

White with #1377AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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