Html Css Color HEX #1F61BC Denim

📋 copy color: '#1F61BC'

red 31 ◦ green 97 ◦ blue 188

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

Shades of Denim #1F61BC

Tints of Denim #1F61BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 9.81%
G = 30.7%
B = 59.49%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F61BC (or 0x1F61BC) is known color: Denim. HEX triplet: 1F, 61 and BC. RGB value is (31,97,188). Sum of RGB (Red+Green+Blue) = 31+97+188=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F61BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61BC is #E09E43. Grayscale: #575757. Windows color (decimal): -14720580 or 12345631. OLE color: 12345631.

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

Color convert

RGB 31 97 188 -
CMYK 0.84 0.48 0 0.26
HSL 214.78º 0.72% 0.43% -
HSV(B) 214.78º 0.84% 0.74% -
XYZ 13.92 12.47 49.25 -
YUV 87.64 184.63 87.6 -
System Red Green Blue C M Y K H S L
Decimal 31 97 188 0.84 0.48 0 0.26 214.78 0.72 0.43
Hex 1F 61 BC 54 30 0 1A D7 48 2B
Octal 37 141 274 124 60 0 32 327 110 53
Binary 11111 1100001 10111100 1010100 110000 0 11010 11010111 1001000 101011

Color Harmonies of #1F61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F61BC

Black with #1F61BC

Text Example


Text Example

White with #1F61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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