Html Css Color HEX #1B6DC7 Denim

📋 copy color: '#1B6DC7'

red 27 ◦ green 109 ◦ blue 199

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

Shades of Denim #1B6DC7

Tints of Denim #1B6DC7

RGB

 RED value IS 27 (10.94% from 255) = 8.06%

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 199 (78.13% from 255) = 59.4%

R = 8.06%
G = 32.54%
B = 59.4%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1B6DC7 (or 0x1B6DC7) is known color: Denim. HEX triplet: 1B, 6D and C7. RGB value is (27,109,199). Sum of RGB (Red+Green+Blue) = 27+109+199=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 199 (78.12% from 255 or 59.40% from 335); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B6DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DC7 is #E49238. Grayscale: #5E5E5E. Windows color (decimal): -14979641 or 13069595. OLE color: 13069595.

HSL color Cylindrical-coordinate representation of color #1B6DC7: hue angle of 211.4º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B6DC7 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 27 109 199 -
CMYK 0.86 0.45 0 0.22
HSL 211.4º 0.76% 0.44% -
HSV(B) 211.4º 0.86% 0.78% -
XYZ 16.23 15.29 56.13 -
YUV 94.74 186.83 79.68 -
System Red Green Blue C M Y K H S L
Decimal 27 109 199 0.86 0.45 0 0.22 211.4 0.76 0.44
Hex 1B 6D C7 56 2D 0 16 D3 4C 2C
Octal 33 155 307 126 55 0 26 323 114 54
Binary 11011 1101101 11000111 1010110 101101 0 10110 11010011 1001100 101100

Color Harmonies of #1B6DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6DC7

Black with #1B6DC7

Text Example


Text Example

White with #1B6DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6DC7; }

 p { color: rgb(27,109,199); }

 H1.HeaderClassName
 {
   color: #1B6DC7;
 }
 .AnyTagClassName
 {
   color: #1B6DC7;
 }
</style>

background-color css

<style>
 a { background-color: #1B6DC7; }

 a { background-color: rgb(27,109,199); }

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

border-color css

<style>
 span { border-color: #1B6DC7; }

 span { border-color: rgb(27,109,199); }

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