Html Css Color HEX #1366BE Denim

📋 copy color: '#1366BE'

red 19 ◦ green 102 ◦ blue 190

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

Shades of Denim #1366BE

Tints of Denim #1366BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 6.11%
G = 32.8%
B = 61.09%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1366BE (or 0x1366BE) is known color: Denim. HEX triplet: 13, 66 and BE. RGB value is (19,102,190). Sum of RGB (Red+Green+Blue) = 19+102+190=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #1366BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366BE is #EC9941. Grayscale: #565656. Windows color (decimal): -15505730 or 12477971. OLE color: 12477971.

HSL color Cylindrical-coordinate representation of color #1366BE: hue angle of 210.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1366BE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 102 190 -
CMYK 0.90 0.46 0 0.25
HSL 210.88º 0.82% 0.41% -
HSV(B) 210.88º 0.9% 0.75% -
XYZ 14.31 13.36 50.54 -
YUV 87.22 186 79.34 -
System Red Green Blue C M Y K H S L
Decimal 19 102 190 0.90 0.46 0 0.25 210.88 0.82 0.41
Hex 13 66 BE 5A 2E 0 19 D3 52 29
Octal 23 146 276 132 56 0 31 323 122 51
Binary 10011 1100110 10111110 1011010 101110 0 11001 11010011 1010010 101001

Color Harmonies of #1366BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1366BE

Black with #1366BE

Text Example


Text Example

White with #1366BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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