Html Css Color HEX #1378A2 Cerulean

📋 copy color: '#1378A2'

red 19 ◦ green 120 ◦ blue 162

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

Shades of Cerulean #1378A2

Tints of Cerulean #1378A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.82%

R = 6.31%
G = 39.87%
B = 53.82%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1378A2 (or 0x1378A2) is known color: Cerulean. HEX triplet: 13, 78 and A2. RGB value is (19,120,162). Sum of RGB (Red+Green+Blue) = 19+120+162=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #1378A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1378A2 is #EC875D. Grayscale: #5E5E5E. Windows color (decimal): -15501150 or 10647571. OLE color: 10647571.

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

Color convert

RGB 19 120 162 -
CMYK 0.88 0.26 0 0.36
HSL 197.62º 0.79% 0.35% -
HSV(B) 197.62º 0.88% 0.64% -
XYZ 13.51 16.18 36.59 -
YUV 94.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 19 120 162 0.88 0.26 0 0.36 197.62 0.79 0.35
Hex 13 78 A2 58 1A 0 24 C6 4F 23
Octal 23 170 242 130 32 0 44 306 117 43
Binary 10011 1111000 10100010 1011000 11010 0 100100 11000110 1001111 100011

Color Harmonies of #1378A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378A2

Black with #1378A2

Text Example


Text Example

White with #1378A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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