Html Css Color HEX #1F5ABD Denim

📋 copy color: '#1F5ABD'

red 31 ◦ green 90 ◦ blue 189

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

Shades of Denim #1F5ABD

Tints of Denim #1F5ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 10%
G = 29.03%
B = 60.97%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F5ABD (or 0x1F5ABD) is known color: Denim. HEX triplet: 1F, 5A and BD. RGB value is (31,90,189). Sum of RGB (Red+Green+Blue) = 31+90+189=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F5ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ABD is #E0A542. Grayscale: #535353. Windows color (decimal): -14722371 or 12409375. OLE color: 12409375.

HSL color Cylindrical-coordinate representation of color #1F5ABD: hue angle of 217.59º 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 #1F5ABD is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 90 189 -
CMYK 0.84 0.52 0 0.26
HSL 217.59º 0.72% 0.43% -
HSV(B) 217.59º 0.84% 0.74% -
XYZ 13.41 11.28 49.61 -
YUV 83.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 31 90 189 0.84 0.52 0 0.26 217.59 0.72 0.43
Hex 1F 5A BD 54 34 0 1A DA 48 2B
Octal 37 132 275 124 64 0 32 332 110 53
Binary 11111 1011010 10111101 1010100 110100 0 11010 11011010 1001000 101011

Color Harmonies of #1F5ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5ABD

Black with #1F5ABD

Text Example


Text Example

White with #1F5ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,90,189); }

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

background-color css

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

 a { background-color: rgb(31,90,189); }

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

border-color css

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

 span { border-color: rgb(31,90,189); }

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