Html Css Color HEX #1368BD Denim

📋 copy color: '#1368BD'

red 19 ◦ green 104 ◦ blue 189

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

Shades of Denim #1368BD

Tints of Denim #1368BD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 6.09%
G = 33.33%
B = 60.58%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1368BD (or 0x1368BD) is known color: Denim. HEX triplet: 13, 68 and BD. RGB value is (19,104,189). Sum of RGB (Red+Green+Blue) = 19+104+189=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #1368BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368BD is #EC9742. Grayscale: #575757. Windows color (decimal): -15505219 or 12412947. OLE color: 12412947.

HSL color Cylindrical-coordinate representation of color #1368BD: hue angle of 210º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1368BD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 104 189 -
CMYK 0.90 0.45 0 0.26
HSL 210º 0.82% 0.41% -
HSV(B) 210º 0.9% 0.74% -
XYZ 14.4 13.71 50.03 -
YUV 88.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 19 104 189 0.90 0.45 0 0.26 210 0.82 0.41
Hex 13 68 BD 5A 2D 0 1A D2 52 29
Octal 23 150 275 132 55 0 32 322 122 51
Binary 10011 1101000 10111101 1011010 101101 0 11010 11010010 1010010 101001

Color Harmonies of #1368BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368BD

Black with #1368BD

Text Example


Text Example

White with #1368BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1368BD; }

 p { color: rgb(19,104,189); }

 H1.HeaderClassName
 {
   color: #1368BD;
 }
 .AnyTagClassName
 {
   color: #1368BD;
 }
</style>

background-color css

<style>
 a { background-color: #1368BD; }

 a { background-color: rgb(19,104,189); }

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

border-color css

<style>
 span { border-color: #1368BD; }

 span { border-color: rgb(19,104,189); }

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