Html Css Color HEX #1F6FCE Denim

📋 copy color: '#1F6FCE'

red 31 ◦ green 111 ◦ blue 206

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

Shades of Denim #1F6FCE

Tints of Denim #1F6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 8.91%
G = 31.9%
B = 59.2%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F6FCE (or 0x1F6FCE) is known color: Denim. HEX triplet: 1F, 6F and CE. RGB value is (31,111,206). Sum of RGB (Red+Green+Blue) = 31+111+206=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F6FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6FCE is #E09031. Grayscale: #616161. Windows color (decimal): -14716978 or 13528863. OLE color: 13528863.

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

Color convert

RGB 31 111 206 -
CMYK 0.85 0.46 0 0.19
HSL 212.57º 0.74% 0.46% -
HSV(B) 212.57º 0.85% 0.81% -
XYZ 17.39 16.12 60.59 -
YUV 97.91 189 80.28 -
System Red Green Blue C M Y K H S L
Decimal 31 111 206 0.85 0.46 0 0.19 212.57 0.74 0.46
Hex 1F 6F CE 55 2E 0 13 D5 4A 2E
Octal 37 157 316 125 56 0 23 325 112 56
Binary 11111 1101111 11001110 1010101 101110 0 10011 11010101 1001010 101110

Color Harmonies of #1F6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6FCE

Black with #1F6FCE

Text Example


Text Example

White with #1F6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,111,206); }

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

background-color css

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

 a { background-color: rgb(31,111,206); }

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

border-color css

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

 span { border-color: rgb(31,111,206); }

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