Html Css Color HEX #1379BB Denim

📋 copy color: '#1379BB'

red 19 ◦ green 121 ◦ blue 187

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

Shades of Denim #1379BB

Tints of Denim #1379BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 5.81%
G = 37%
B = 57.19%

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

#1379BB (or 0x1379BB) is known color: Denim. HEX triplet: 13, 79 and BB. RGB value is (19,121,187). Sum of RGB (Red+Green+Blue) = 19+121+187=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #1379BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379BB is #EC8644. Grayscale: #616161. Windows color (decimal): -15500869 or 12286227. OLE color: 12286227.

HSL color Cylindrical-coordinate representation of color #1379BB: hue angle of 203.57º degrees, saturation: 0.82, 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 #1379BB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 121 187 -
CMYK 0.90 0.35 0 0.27
HSL 203.57º 0.82% 0.4% -
HSV(B) 203.57º 0.9% 0.73% -
XYZ 16.08 17.4 49.53 -
YUV 98.03 178.21 71.63 -
System Red Green Blue C M Y K H S L
Decimal 19 121 187 0.90 0.35 0 0.27 203.57 0.82 0.4
Hex 13 79 BB 5A 23 0 1B CC 52 28
Octal 23 171 273 132 43 0 33 314 122 50
Binary 10011 1111001 10111011 1011010 100011 0 11011 11001100 1010010 101000

Color Harmonies of #1379BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379BB

Black with #1379BB

Text Example


Text Example

White with #1379BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1379BB; }

 p { color: rgb(19,121,187); }

 H1.HeaderClassName
 {
   color: #1379BB;
 }
 .AnyTagClassName
 {
   color: #1379BB;
 }
</style>

background-color css

<style>
 a { background-color: #1379BB; }

 a { background-color: rgb(19,121,187); }

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

border-color css

<style>
 span { border-color: #1379BB; }

 span { border-color: rgb(19,121,187); }

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