Html Css Color HEX #1F5CB4 Denim

📋 copy color: '#1F5CB4'

red 31 ◦ green 92 ◦ blue 180

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

Shades of Denim #1F5CB4

Tints of Denim #1F5CB4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

 BLUE value IS 180 (70.7% from 255) = 59.41%

R = 10.23%
G = 30.36%
B = 59.41%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1F5CB4 (or 0x1F5CB4) is known color: Denim. HEX triplet: 1F, 5C and B4. RGB value is (31,92,180). Sum of RGB (Red+Green+Blue) = 31+92+180=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F5CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5CB4 is #E0A34B. Grayscale: #535353. Windows color (decimal): -14721868 or 11820063. OLE color: 11820063.

HSL color Cylindrical-coordinate representation of color #1F5CB4: hue angle of 215.44º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F5CB4 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 92 180 -
CMYK 0.83 0.49 0 0.29
HSL 215.44º 0.71% 0.41% -
HSV(B) 215.44º 0.83% 0.71% -
XYZ 12.63 11.24 44.68 -
YUV 83.79 182.29 90.34 -
System Red Green Blue C M Y K H S L
Decimal 31 92 180 0.83 0.49 0 0.29 215.44 0.71 0.41
Hex 1F 5C B4 53 31 0 1D D7 47 29
Octal 37 134 264 123 61 0 35 327 107 51
Binary 11111 1011100 10110100 1010011 110001 0 11101 11010111 1000111 101001

Color Harmonies of #1F5CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5CB4

Black with #1F5CB4

Text Example


Text Example

White with #1F5CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,92,180); }

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

background-color css

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

 a { background-color: rgb(31,92,180); }

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

border-color css

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

 span { border-color: rgb(31,92,180); }

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