Html Css Color HEX #1378BA Denim

📋 copy color: '#1378BA'

red 19 ◦ green 120 ◦ blue 186

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

Shades of Denim #1378BA

Tints of Denim #1378BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 5.85%
G = 36.92%
B = 57.23%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1378BA (or 0x1378BA) is known color: Denim. HEX triplet: 13, 78 and BA. RGB value is (19,120,186). Sum of RGB (Red+Green+Blue) = 19+120+186=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #1378BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378BA is #EC8745. Grayscale: #606060. Windows color (decimal): -15501126 or 12220435. OLE color: 12220435.

HSL color Cylindrical-coordinate representation of color #1378BA: hue angle of 203.71º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1378BA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 120 186 -
CMYK 0.90 0.35 0 0.27
HSL 203.71º 0.81% 0.4% -
HSV(B) 203.71º 0.9% 0.73% -
XYZ 15.85 17.12 48.92 -
YUV 97.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 19 120 186 0.90 0.35 0 0.27 203.71 0.81 0.4
Hex 13 78 BA 5A 23 0 1B CC 51 28
Octal 23 170 272 132 43 0 33 314 121 50
Binary 10011 1111000 10111010 1011010 100011 0 11011 11001100 1010001 101000

Color Harmonies of #1378BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378BA

Black with #1378BA

Text Example


Text Example

White with #1378BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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