Html Css Color HEX #1378AD Cerulean

📋 copy color: '#1378AD'

red 19 ◦ green 120 ◦ blue 173

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

Shades of Cerulean #1378AD

Tints of Cerulean #1378AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 6.09%
G = 38.46%
B = 55.45%

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

#1378AD (or 0x1378AD) is known color: Cerulean. HEX triplet: 13, 78 and AD. RGB value is (19,120,173). Sum of RGB (Red+Green+Blue) = 19+120+173=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #1378AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1378AD is #EC8752. Grayscale: #5F5F5F. Windows color (decimal): -15501139 or 11368467. OLE color: 11368467.

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

Color convert

RGB 19 120 173 -
CMYK 0.89 0.31 0 0.32
HSL 200.65º 0.8% 0.38% -
HSV(B) 200.65º 0.89% 0.68% -
XYZ 14.53 16.59 41.97 -
YUV 95.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 19 120 173 0.89 0.31 0 0.32 200.65 0.8 0.38
Hex 13 78 AD 59 1F 0 20 C9 50 26
Octal 23 170 255 131 37 0 40 311 120 46
Binary 10011 1111000 10101101 1011001 11111 0 100000 11001001 1010000 100110

Color Harmonies of #1378AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378AD

Black with #1378AD

Text Example


Text Example

White with #1378AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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