Html Css Color HEX #1B76C5 Denim

📋 copy color: '#1B76C5'

red 27 ◦ green 118 ◦ blue 197

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

Shades of Denim #1B76C5

Tints of Denim #1B76C5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 197 (77.34% from 255) = 57.6%

R = 7.89%
G = 34.5%
B = 57.6%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1B76C5 (or 0x1B76C5) is known color: Denim. HEX triplet: 1B, 76 and C5. RGB value is (27,118,197). Sum of RGB (Red+Green+Blue) = 27+118+197=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B76C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B76C5 is #E4893A. Grayscale: #636363. Windows color (decimal): -14977339 or 12940827. OLE color: 12940827.

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

Color convert

RGB 27 118 197 -
CMYK 0.86 0.40 0 0.23
HSL 207.88º 0.76% 0.44% -
HSV(B) 207.88º 0.86% 0.77% -
XYZ 17.01 17.22 55.25 -
YUV 99.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 27 118 197 0.86 0.40 0 0.23 207.88 0.76 0.44
Hex 1B 76 C5 56 28 0 17 D0 4C 2C
Octal 33 166 305 126 50 0 27 320 114 54
Binary 11011 1110110 11000101 1010110 101000 0 10111 11010000 1001100 101100

Color Harmonies of #1B76C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B76C5

Black with #1B76C5

Text Example


Text Example

White with #1B76C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,118,197); }

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

background-color css

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

 a { background-color: rgb(27,118,197); }

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

border-color css

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

 span { border-color: rgb(27,118,197); }

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