Html Css Color HEX #1F5EBE Denim

📋 copy color: '#1F5EBE'

red 31 ◦ green 94 ◦ blue 190

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

Shades of Denim #1F5EBE

Tints of Denim #1F5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 9.84%
G = 29.84%
B = 60.32%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F5EBE (or 0x1F5EBE) is known color: Denim. HEX triplet: 1F, 5E and BE. RGB value is (31,94,190). Sum of RGB (Red+Green+Blue) = 31+94+190=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5EBE is #E0A141. Grayscale: #555555. Windows color (decimal): -14721346 or 12475935. OLE color: 12475935.

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

Color convert

RGB 31 94 190 -
CMYK 0.84 0.51 0 0.25
HSL 216.23º 0.72% 0.43% -
HSV(B) 216.23º 0.84% 0.75% -
XYZ 13.86 12.01 50.3 -
YUV 86.11 186.63 88.69 -
System Red Green Blue C M Y K H S L
Decimal 31 94 190 0.84 0.51 0 0.25 216.23 0.72 0.43
Hex 1F 5E BE 54 33 0 19 D8 48 2B
Octal 37 136 276 124 63 0 31 330 110 53
Binary 11111 1011110 10111110 1010100 110011 0 11001 11011000 1001000 101011

Color Harmonies of #1F5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5EBE

Black with #1F5EBE

Text Example


Text Example

White with #1F5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,94,190); }

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

background-color css

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

 a { background-color: rgb(31,94,190); }

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

border-color css

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

 span { border-color: rgb(31,94,190); }

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