Html Css Color HEX #1F61AA Denim

📋 copy color: '#1F61AA'

red 31 ◦ green 97 ◦ blue 170

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

Shades of Denim #1F61AA

Tints of Denim #1F61AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 10.4%
G = 32.55%
B = 57.05%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F61AA (or 0x1F61AA) is known color: Denim. HEX triplet: 1F, 61 and AA. RGB value is (31,97,170). Sum of RGB (Red+Green+Blue) = 31+97+170=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F61AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F61AA is #E09E55. Grayscale: #555555. Windows color (decimal): -14720598 or 11165983. OLE color: 11165983.

HSL color Cylindrical-coordinate representation of color #1F61AA: hue angle of 211.51º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F61AA is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 97 170 -
CMYK 0.82 0.43 0 0.33
HSL 211.51º 0.69% 0.39% -
HSV(B) 211.51º 0.82% 0.67% -
XYZ 12.1 11.74 39.66 -
YUV 85.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 31 97 170 0.82 0.43 0 0.33 211.51 0.69 0.39
Hex 1F 61 AA 52 2B 0 21 D4 45 27
Octal 37 141 252 122 53 0 41 324 105 47
Binary 11111 1100001 10101010 1010010 101011 0 100001 11010100 1000101 100111

Color Harmonies of #1F61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F61AA

Black with #1F61AA

Text Example


Text Example

White with #1F61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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