Html Css Color HEX #1B77BC Denim

📋 copy color: '#1B77BC'

red 27 ◦ green 119 ◦ blue 188

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

Shades of Denim #1B77BC

Tints of Denim #1B77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 8.08%
G = 35.63%
B = 56.29%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B77BC (or 0x1B77BC) is known color: Denim. HEX triplet: 1B, 77 and BC. RGB value is (27,119,188). Sum of RGB (Red+Green+Blue) = 27+119+188=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B77BC is #E48843. Grayscale: #626262. Windows color (decimal): -14977092 or 12351259. OLE color: 12351259.

HSL color Cylindrical-coordinate representation of color #1B77BC: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B77BC is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 119 188 -
CMYK 0.86 0.37 0 0.26
HSL 205.71º 0.75% 0.42% -
HSV(B) 205.71º 0.86% 0.74% -
XYZ 16.13 17.06 50.02 -
YUV 99.36 178.02 76.39 -
System Red Green Blue C M Y K H S L
Decimal 27 119 188 0.86 0.37 0 0.26 205.71 0.75 0.42
Hex 1B 77 BC 56 25 0 1A CE 4B 2A
Octal 33 167 274 126 45 0 32 316 113 52
Binary 11011 1110111 10111100 1010110 100101 0 11010 11001110 1001011 101010

Color Harmonies of #1B77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B77BC

Black with #1B77BC

Text Example


Text Example

White with #1B77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,119,188); }

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

background-color css

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

 a { background-color: rgb(27,119,188); }

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

border-color css

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

 span { border-color: rgb(27,119,188); }

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