Html Css Color HEX #1F65AE Denim

📋 copy color: '#1F65AE'

red 31 ◦ green 101 ◦ blue 174

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

Shades of Denim #1F65AE

Tints of Denim #1F65AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 10.13%
G = 33.01%
B = 56.86%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F65AE (or 0x1F65AE) is known color: Denim. HEX triplet: 1F, 65 and AE. RGB value is (31,101,174). Sum of RGB (Red+Green+Blue) = 31+101+174=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F65AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F65AE is #E09A51. Grayscale: #585858. Windows color (decimal): -14719570 or 11429151. OLE color: 11429151.

HSL color Cylindrical-coordinate representation of color #1F65AE: hue angle of 210.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F65AE is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 101 174 -
CMYK 0.82 0.42 0 0.32
HSL 210.63º 0.7% 0.4% -
HSV(B) 210.63º 0.82% 0.68% -
XYZ 12.86 12.65 41.81 -
YUV 88.39 176.31 87.06 -
System Red Green Blue C M Y K H S L
Decimal 31 101 174 0.82 0.42 0 0.32 210.63 0.7 0.4
Hex 1F 65 AE 52 2A 0 20 D3 46 28
Octal 37 145 256 122 52 0 40 323 106 50
Binary 11111 1100101 10101110 1010010 101010 0 100000 11010011 1000110 101000

Color Harmonies of #1F65AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F65AE

Black with #1F65AE

Text Example


Text Example

White with #1F65AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,101,174); }

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

background-color css

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

 a { background-color: rgb(31,101,174); }

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

border-color css

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

 span { border-color: rgb(31,101,174); }

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