Html Css Color HEX #1F61BE Denim

📋 copy color: '#1F61BE'

red 31 ◦ green 97 ◦ blue 190

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

Shades of Denim #1F61BE

Tints of Denim #1F61BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 9.75%
G = 30.5%
B = 59.75%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F61BE (or 0x1F61BE) is known color: Denim. HEX triplet: 1F, 61 and BE. RGB value is (31,97,190). Sum of RGB (Red+Green+Blue) = 31+97+190=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F61BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61BE is #E09E41. Grayscale: #575757. Windows color (decimal): -14720578 or 12476703. OLE color: 12476703.

HSL color Cylindrical-coordinate representation of color #1F61BE: hue angle of 215.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F61BE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 97 190 -
CMYK 0.84 0.49 0 0.25
HSL 215.09º 0.72% 0.43% -
HSV(B) 215.09º 0.84% 0.75% -
XYZ 14.13 12.56 50.39 -
YUV 87.87 185.63 87.44 -
System Red Green Blue C M Y K H S L
Decimal 31 97 190 0.84 0.49 0 0.25 215.09 0.72 0.43
Hex 1F 61 BE 54 31 0 19 D7 48 2B
Octal 37 141 276 124 61 0 31 327 110 53
Binary 11111 1100001 10111110 1010100 110001 0 11001 11010111 1001000 101011

Color Harmonies of #1F61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F61BE

Black with #1F61BE

Text Example


Text Example

White with #1F61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,190); }

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

background-color css

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

 a { background-color: rgb(31,97,190); }

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

border-color css

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

 span { border-color: rgb(31,97,190); }

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