Html Css Color HEX #1378AB Cerulean

📋 copy color: '#1378AB'

red 19 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #1378AB

Tints of Cerulean #1378AB

RGB

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

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

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

R = 6.13%
G = 38.71%
B = 55.16%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1378AB (or 0x1378AB) is known color: Cerulean. HEX triplet: 13, 78 and AB. RGB value is (19,120,171). Sum of RGB (Red+Green+Blue) = 19+120+171=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #1378AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1378AB is #EC8754. Grayscale: #5F5F5F. Windows color (decimal): -15501141 or 11237395. OLE color: 11237395.

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

Color convert

RGB 19 120 171 -
CMYK 0.89 0.30 0 0.33
HSL 200.13º 0.8% 0.37% -
HSV(B) 200.13º 0.89% 0.67% -
XYZ 14.34 16.51 40.96 -
YUV 95.62 170.54 73.35 -
System Red Green Blue C M Y K H S L
Decimal 19 120 171 0.89 0.30 0 0.33 200.13 0.8 0.37
Hex 13 78 AB 59 1E 0 21 C8 50 25
Octal 23 170 253 131 36 0 41 310 120 45
Binary 10011 1111000 10101011 1011001 11110 0 100001 11001000 1010000 100101

Color Harmonies of #1378AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378AB

Black with #1378AB

Text Example


Text Example

White with #1378AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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