Html Css Color HEX #1F78BF Denim

📋 copy color: '#1F78BF'

red 31 ◦ green 120 ◦ blue 191

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

Shades of Denim #1F78BF

Tints of Denim #1F78BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 191 (75% from 255) = 55.85%

R = 9.06%
G = 35.09%
B = 55.85%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F78BF (or 0x1F78BF) is known color: Denim. HEX triplet: 1F, 78 and BF. RGB value is (31,120,191). Sum of RGB (Red+Green+Blue) = 31+120+191=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F78BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F78BF is #E08740. Grayscale: #656565. Windows color (decimal): -14714689 or 12548127. OLE color: 12548127.

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

Color convert

RGB 31 120 191 -
CMYK 0.84 0.37 0 0.25
HSL 206.63º 0.72% 0.44% -
HSV(B) 206.63º 0.84% 0.75% -
XYZ 16.69 17.49 51.79 -
YUV 101.48 178.51 77.73 -
System Red Green Blue C M Y K H S L
Decimal 31 120 191 0.84 0.37 0 0.25 206.63 0.72 0.44
Hex 1F 78 BF 54 25 0 19 CF 48 2C
Octal 37 170 277 124 45 0 31 317 110 54
Binary 11111 1111000 10111111 1010100 100101 0 11001 11001111 1001000 101100

Color Harmonies of #1F78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F78BF

Black with #1F78BF

Text Example


Text Example

White with #1F78BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,120,191); }

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

background-color css

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

 a { background-color: rgb(31,120,191); }

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

border-color css

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

 span { border-color: rgb(31,120,191); }

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