Html Css Color HEX #1378A4 Cerulean

📋 copy color: '#1378A4'

red 19 ◦ green 120 ◦ blue 164

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

Shades of Cerulean #1378A4

Tints of Cerulean #1378A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.13%

R = 6.27%
G = 39.6%
B = 54.13%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1378A4 (or 0x1378A4) is known color: Cerulean. HEX triplet: 13, 78 and A4. RGB value is (19,120,164). Sum of RGB (Red+Green+Blue) = 19+120+164=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #1378A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1378A4 is #EC875B. Grayscale: #5E5E5E. Windows color (decimal): -15501148 or 10778643. OLE color: 10778643.

HSL color Cylindrical-coordinate representation of color #1378A4: hue angle of 198.21º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1378A4 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 120 164 -
CMYK 0.88 0.27 0 0.36
HSL 198.21º 0.79% 0.36% -
HSV(B) 198.21º 0.88% 0.64% -
XYZ 13.69 16.25 37.54 -
YUV 94.82 167.04 73.92 -
System Red Green Blue C M Y K H S L
Decimal 19 120 164 0.88 0.27 0 0.36 198.21 0.79 0.36
Hex 13 78 A4 58 1B 0 24 C6 4F 24
Octal 23 170 244 130 33 0 44 306 117 44
Binary 10011 1111000 10100100 1011000 11011 0 100100 11000110 1001111 100100

Color Harmonies of #1378A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378A4

Black with #1378A4

Text Example


Text Example

White with #1378A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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