Html Css Color HEX #1F6BBB Denim

📋 copy color: '#1F6BBB'

red 31 ◦ green 107 ◦ blue 187

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

Shades of Denim #1F6BBB

Tints of Denim #1F6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 9.54%
G = 32.92%
B = 57.54%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F6BBB (or 0x1F6BBB) is known color: Denim. HEX triplet: 1F, 6B and BB. RGB value is (31,107,187). Sum of RGB (Red+Green+Blue) = 31+107+187=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F6BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6BBB is #E09444. Grayscale: #5D5D5D. Windows color (decimal): -14718021 or 12282655. OLE color: 12282655.

HSL color Cylindrical-coordinate representation of color #1F6BBB: hue angle of 210.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F6BBB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 107 187 -
CMYK 0.83 0.43 0 0.27
HSL 210.77º 0.72% 0.43% -
HSV(B) 210.77º 0.83% 0.73% -
XYZ 14.79 14.39 49.01 -
YUV 93.4 180.82 83.5 -
System Red Green Blue C M Y K H S L
Decimal 31 107 187 0.83 0.43 0 0.27 210.77 0.72 0.43
Hex 1F 6B BB 53 2B 0 1B D3 48 2B
Octal 37 153 273 123 53 0 33 323 110 53
Binary 11111 1101011 10111011 1010011 101011 0 11011 11010011 1001000 101011

Color Harmonies of #1F6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6BBB

Black with #1F6BBB

Text Example


Text Example

White with #1F6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,107,187); }

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

background-color css

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

 a { background-color: rgb(31,107,187); }

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

border-color css

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

 span { border-color: rgb(31,107,187); }

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