Html Css Color HEX #1F76BC Denim

📋 copy color: '#1F76BC'

red 31 ◦ green 118 ◦ blue 188

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

Shades of Denim #1F76BC

Tints of Denim #1F76BC

RGB

 RED value IS 31 (12.5% from 255) = 9.2%

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

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

R = 9.2%
G = 35.01%
B = 55.79%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F76BC (or 0x1F76BC) is known color: Denim. HEX triplet: 1F, 76 and BC. RGB value is (31,118,188). Sum of RGB (Red+Green+Blue) = 31+118+188=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76BC is #E08943. Grayscale: #636363. Windows color (decimal): -14715204 or 12351007. OLE color: 12351007.

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

Color convert

RGB 31 118 188 -
CMYK 0.84 0.37 0 0.26
HSL 206.75º 0.72% 0.43% -
HSV(B) 206.75º 0.84% 0.74% -
XYZ 16.12 16.88 49.99 -
YUV 99.97 177.68 78.81 -
System Red Green Blue C M Y K H S L
Decimal 31 118 188 0.84 0.37 0 0.26 206.75 0.72 0.43
Hex 1F 76 BC 54 25 0 1A CF 48 2B
Octal 37 166 274 124 45 0 32 317 110 53
Binary 11111 1110110 10111100 1010100 100101 0 11010 11001111 1001000 101011

Color Harmonies of #1F76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F76BC

Black with #1F76BC

Text Example


Text Example

White with #1F76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,188); }

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

background-color css

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

 a { background-color: rgb(31,118,188); }

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

border-color css

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

 span { border-color: rgb(31,118,188); }

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