Html Css Color HEX #1F6DCD Denim

📋 copy color: '#1F6DCD'

red 31 ◦ green 109 ◦ blue 205

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

Shades of Denim #1F6DCD

Tints of Denim #1F6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 8.99%
G = 31.59%
B = 59.42%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F6DCD (or 0x1F6DCD) is known color: Denim. HEX triplet: 1F, 6D and CD. RGB value is (31,109,205). Sum of RGB (Red+Green+Blue) = 31+109+205=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6DCD is #E09232. Grayscale: #606060. Windows color (decimal): -14717491 or 13462815. OLE color: 13462815.

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

Color convert

RGB 31 109 205 -
CMYK 0.85 0.47 0 0.20
HSL 213.1º 0.74% 0.46% -
HSV(B) 213.1º 0.85% 0.8% -
XYZ 17.05 15.64 59.88 -
YUV 96.62 189.16 81.19 -
System Red Green Blue C M Y K H S L
Decimal 31 109 205 0.85 0.47 0 0.20 213.1 0.74 0.46
Hex 1F 6D CD 55 2F 0 14 D5 4A 2E
Octal 37 155 315 125 57 0 24 325 112 56
Binary 11111 1101101 11001101 1010101 101111 0 10100 11010101 1001010 101110

Color Harmonies of #1F6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6DCD

Black with #1F6DCD

Text Example


Text Example

White with #1F6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,109,205); }

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

background-color css

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

 a { background-color: rgb(31,109,205); }

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

border-color css

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

 span { border-color: rgb(31,109,205); }

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