Html Css Color HEX #1F6ECE Denim

📋 copy color: '#1F6ECE'

red 31 ◦ green 110 ◦ blue 206

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

Shades of Denim #1F6ECE

Tints of Denim #1F6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

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

R = 8.93%
G = 31.7%
B = 59.37%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F6ECE (or 0x1F6ECE) is known color: Denim. HEX triplet: 1F, 6E and CE. RGB value is (31,110,206). Sum of RGB (Red+Green+Blue) = 31+110+206=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6ECE is #E09131. Grayscale: #606060. Windows color (decimal): -14717234 or 13528607. OLE color: 13528607.

HSL color Cylindrical-coordinate representation of color #1F6ECE: hue angle of 212.91º 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 #1F6ECE is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 110 206 -
CMYK 0.85 0.47 0 0.19
HSL 212.91º 0.74% 0.46% -
HSV(B) 212.91º 0.85% 0.81% -
XYZ 17.28 15.9 60.55 -
YUV 97.32 189.33 80.69 -
System Red Green Blue C M Y K H S L
Decimal 31 110 206 0.85 0.47 0 0.19 212.91 0.74 0.46
Hex 1F 6E CE 55 2F 0 13 D5 4A 2E
Octal 37 156 316 125 57 0 23 325 112 56
Binary 11111 1101110 11001110 1010101 101111 0 10011 11010101 1001010 101110

Color Harmonies of #1F6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6ECE

Black with #1F6ECE

Text Example


Text Example

White with #1F6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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