Html Css Color HEX #1F6ECB Denim

📋 copy color: '#1F6ECB'

red 31 ◦ green 110 ◦ blue 203

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

Shades of Denim #1F6ECB

Tints of Denim #1F6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 9.01%
G = 31.98%
B = 59.01%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F6ECB (or 0x1F6ECB) is known color: Denim. HEX triplet: 1F, 6E and CB. RGB value is (31,110,203). Sum of RGB (Red+Green+Blue) = 31+110+203=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F6ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6ECB is #E09134. Grayscale: #606060. Windows color (decimal): -14717237 or 13331999. OLE color: 13331999.

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

Color convert

RGB 31 110 203 -
CMYK 0.85 0.46 0 0.20
HSL 212.44º 0.74% 0.46% -
HSV(B) 212.44º 0.85% 0.8% -
XYZ 16.92 15.75 58.65 -
YUV 96.98 187.83 80.94 -
System Red Green Blue C M Y K H S L
Decimal 31 110 203 0.85 0.46 0 0.20 212.44 0.74 0.46
Hex 1F 6E CB 55 2E 0 14 D4 4A 2E
Octal 37 156 313 125 56 0 24 324 112 56
Binary 11111 1101110 11001011 1010101 101110 0 10100 11010100 1001010 101110

Color Harmonies of #1F6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6ECB

Black with #1F6ECB

Text Example


Text Example

White with #1F6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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