Html Css Color HEX #1366C6 Denim

📋 copy color: '#1366C6'

red 19 ◦ green 102 ◦ blue 198

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

Shades of Denim #1366C6

Tints of Denim #1366C6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 198 (77.73% from 255) = 62.07%

R = 5.96%
G = 31.97%
B = 62.07%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1366C6 (or 0x1366C6) is known color: Denim. HEX triplet: 13, 66 and C6. RGB value is (19,102,198). Sum of RGB (Red+Green+Blue) = 19+102+198=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 198 (77.73% from 255 or 62.07% from 319); Max value from RGB is 198 - color contains mainly: blue. Hex color #1366C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366C6 is #EC9939. Grayscale: #575757. Windows color (decimal): -15505722 or 13002259. OLE color: 13002259.

HSL color Cylindrical-coordinate representation of color #1366C6: hue angle of 212.18º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1366C6 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 102 198 -
CMYK 0.90 0.48 0 0.22
HSL 212.18º 0.82% 0.43% -
HSV(B) 212.18º 0.9% 0.78% -
XYZ 15.21 13.72 55.27 -
YUV 88.13 190 78.69 -
System Red Green Blue C M Y K H S L
Decimal 19 102 198 0.90 0.48 0 0.22 212.18 0.82 0.43
Hex 13 66 C6 5A 30 0 16 D4 52 2B
Octal 23 146 306 132 60 0 26 324 122 53
Binary 10011 1100110 11000110 1011010 110000 0 10110 11010100 1010010 101011

Color Harmonies of #1366C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1366C6

Black with #1366C6

Text Example


Text Example

White with #1366C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1366C6; }

 p { color: rgb(19,102,198); }

 H1.HeaderClassName
 {
   color: #1366C6;
 }
 .AnyTagClassName
 {
   color: #1366C6;
 }
</style>

background-color css

<style>
 a { background-color: #1366C6; }

 a { background-color: rgb(19,102,198); }

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

border-color css

<style>
 span { border-color: #1366C6; }

 span { border-color: rgb(19,102,198); }

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