Html Css Color HEX #1F3687 Resolution Blue

📋 copy color: '#1F3687'

red 31 ◦ green 54 ◦ blue 135

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

Shades of Resolution Blue #1F3687

Tints of Resolution Blue #1F3687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

 BLUE value IS 135 (53.13% from 255) = 61.36%

R = 14.09%
G = 24.55%
B = 61.36%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F3687 (or 0x1F3687) is known color: Resolution Blue. HEX triplet: 1F, 36 and 87. RGB value is (31,54,135). Sum of RGB (Red+Green+Blue) = 31+54+135=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F3687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3687 is #E0C978. Grayscale: #383838. Windows color (decimal): -14731641 or 8861215. OLE color: 8861215.

HSL color Cylindrical-coordinate representation of color #1F3687: hue angle of 226.73º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3687 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 54 135 -
CMYK 0.77 0.60 0 0.47
HSL 226.73º 0.63% 0.33% -
HSV(B) 226.73º 0.77% 0.53% -
XYZ 6.26 4.68 23.49 -
YUV 56.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 31 54 135 0.77 0.60 0 0.47 226.73 0.63 0.33
Hex 1F 36 87 4D 3C 0 2F E3 3F 21
Octal 37 66 207 115 74 0 57 343 77 41
Binary 11111 110110 10000111 1001101 111100 0 101111 11100011 111111 100001

Color Harmonies of #1F3687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3687

Black with #1F3687

Text Example


Text Example

White with #1F3687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,135); }

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

background-color css

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

 a { background-color: rgb(31,54,135); }

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

border-color css

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

 span { border-color: rgb(31,54,135); }

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