Html Css Color HEX #1B7CB7 Denim

📋 copy color: '#1B7CB7'

red 27 ◦ green 124 ◦ blue 183

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

Shades of Denim #1B7CB7

Tints of Denim #1B7CB7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 183 (71.88% from 255) = 54.79%

R = 8.08%
G = 37.13%
B = 54.79%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1B7CB7 (or 0x1B7CB7) is known color: Denim. HEX triplet: 1B, 7C and B7. RGB value is (27,124,183). Sum of RGB (Red+Green+Blue) = 27+124+183=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B7CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7CB7 is #E48348. Grayscale: #656565. Windows color (decimal): -14975817 or 12024859. OLE color: 12024859.

HSL color Cylindrical-coordinate representation of color #1B7CB7: hue angle of 202.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B7CB7 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 27 124 183 -
CMYK 0.85 0.32 0 0.28
HSL 202.69º 0.74% 0.41% -
HSV(B) 202.69º 0.85% 0.72% -
XYZ 16.21 18.07 47.43 -
YUV 101.72 173.86 74.7 -
System Red Green Blue C M Y K H S L
Decimal 27 124 183 0.85 0.32 0 0.28 202.69 0.74 0.41
Hex 1B 7C B7 55 20 0 1C CB 4A 29
Octal 33 174 267 125 40 0 34 313 112 51
Binary 11011 1111100 10110111 1010101 100000 0 11100 11001011 1001010 101001

Color Harmonies of #1B7CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7CB7

Black with #1B7CB7

Text Example


Text Example

White with #1B7CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,124,183); }

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

background-color css

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

 a { background-color: rgb(27,124,183); }

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

border-color css

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

 span { border-color: rgb(27,124,183); }

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