Html Css Color HEX #1F76CC Denim

📋 copy color: '#1F76CC'

red 31 ◦ green 118 ◦ blue 204

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

Shades of Denim #1F76CC

Tints of Denim #1F76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 8.78%
G = 33.43%
B = 57.79%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F76CC (or 0x1F76CC) is known color: Denim. HEX triplet: 1F, 76 and CC. RGB value is (31,118,204). Sum of RGB (Red+Green+Blue) = 31+118+204=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F76CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76CC is #E08933. Grayscale: #656565. Windows color (decimal): -14715188 or 13399583. OLE color: 13399583.

HSL color Cylindrical-coordinate representation of color #1F76CC: hue angle of 209.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F76CC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 118 204 -
CMYK 0.85 0.42 0 0.2
HSL 209.83º 0.74% 0.46% -
HSV(B) 209.83º 0.85% 0.8% -
XYZ 17.94 17.61 59.58 -
YUV 101.79 185.68 77.51 -
System Red Green Blue C M Y K H S L
Decimal 31 118 204 0.85 0.42 0 0.2 209.83 0.74 0.46
Hex 1F 76 CC 55 2A 0 14 D2 4A 2E
Octal 37 166 314 125 52 0 24 322 112 56
Binary 11111 1110110 11001100 1010101 101010 0 10100 11010010 1001010 101110

Color Harmonies of #1F76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F76CC

Black with #1F76CC

Text Example


Text Example

White with #1F76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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